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 the build configuration summary when you run meson. This is almost certainly that you are missing a library dependency for it, since all drivers are enabled unless their dependencies are missing.
/Bruce