On Wed, Oct 16, 2019 at 05:26:49AM +0000, sachin gupta wrote: > + dev > On Tuesday, October 15, 2019, 04:28:11 PM GMT+5:30, sachin gupta > <sachi...@yahoo.com> wrote: > > Hi,I would like to compile dpdk source without the igb_uio driver.Can > someone help with this. > RegardsSachin
For builds using meson, you can use "-Denable_kmods=false" option to meson configure. For make builds you can turn it off by setting "CONFIG_RTE_EAL_IGB_UIO=n" in your build config file (.config in the build directory created using "make config") /Bruce