Re: [dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-10-01 Thread Srikanth K
Got it, thanks for the clarification. Regards, Srikanth On Thu, Sep 30, 2021 at 10:25 PM Thomas Monjalon wrote: > 30/09/2021 18:27, Srikanth K: > > Sure, I will follow the Windows support approach. > > > > Regarding the patches organization, they were arranged logically to the > > best of my k

Re: [dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-09-30 Thread Srikanth K
Sure, I will follow the Windows support approach. Regarding the patches organization, they were arranged logically to the best of my knowledge. The approach followed is to take Linux PMD code and replace the Linux dependent part with the FreeBSD compatible code. All the removals are of this Linux

Re: [dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-09-30 Thread Thomas Monjalon
30/09/2021 18:27, Srikanth K: > Sure, I will follow the Windows support approach. > > Regarding the patches organization, they were arranged logically to the > best of my knowledge. It is not. > The approach followed is to take Linux PMD code and replace the Linux > dependent part with the > Fre

Re: [dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-09-29 Thread Srikanth K
Hi Thomas, PFA the test report. It covers all the features that were tested across various platforms. The features mentioned in the test report depend on a modified FreeBSD OFED. There is an ongoing review of these changes by the FreeBSD community. https://reviews.freebsd.org/p/vag.singh_oneconve

Re: [dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-09-29 Thread Thomas Monjalon
29/09/2021 17:56, Srikanth K: > Hi Thomas, > > PFA the test report. It covers all the features that were tested across > various platforms. > > The features mentioned in the test report depend on a modified FreeBSD > OFED. There is an ongoing review of these changes by the FreeBSD community. > ht

Re: [dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-09-29 Thread Thomas Monjalon
27/09/2021 15:34, Srikanth Kaka: > This patch series adds support for MLX5 PMD on FreeBSD > > drivers/common/mlx5/freebsd/meson.build | 189 ++ > drivers/common/mlx5/freebsd/mlx5_common_os.c | 387 +++ > drivers/common/mlx5/freebsd/mlx5_common_os.h | 304 ++ > .../common/mlx5/freebsd/m

[dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support

2021-09-27 Thread Srikanth Kaka
This patch series adds support for MLX5 PMD on FreeBSD Srikanth Kaka (19): common/mlx5: FreeBSD stub net/mlx5: FreeBSD stub common/mlx5: FreeBSD disabling auxiliary bus support net/mlx5: FreeBSD disabling auxiliary bus support net/mlx5: Modified PCI probe to work on FreeBSD common/mlx5