Re: [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11

2021-01-29 Thread Truring Team
Hi Bruce , Thanks a lot for your help. After installing below packages mlx is compiled . yum -y groupinstall "Infiniband Support" yum install -y gcc kernel-devel-`uname -r` numactl-devel.x86_64 librdmacm-devel libmnl-devel *find . -name *.a | grep mlx* *./drivers/libtmp_rte_common_mlx5.a* *./

Re: [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11

2021-01-29 Thread Bruce Richardson
On Fri, Jan 29, 2021 at 11:50:08AM +0530, Truring Team wrote: > Hi Team , > > Can someone help me to figure out how to enable the Mellanox Driver flag > in meson.build file , so that dpdk 20.11 compiles with mlx driver enabled. > If the driver is not being built there should be a reason given in

[dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11

2021-01-28 Thread Truring Team
Hi Team , Can someone help me to figure out how to enable the Mellanox Driver flag in meson.build file , so that dpdk 20.11 compiles with mlx driver enabled. Best Regards Puneet