DPDK 20.08, select drivrs to build
Dmitry Kozlyuk
dmitry.kozliuk at gmail.com
Thu Dec 9 11:01:01 CET 2021
2021-12-07 17:05 (UTC+0300), Ruslan R. Laishev:
> Hello!
>
> I working with the DPDK 20.08. I'm need to build a reduced set of PMD drivers for network devices.
> Is there a way to select what driver (-s) will be built?
> I cannot use meson and -Ddisable_drivers.
https://doc.dpdk.org/guides-20.08/linux_gsg/build_dpdk.html#installation-of-dpdk-target-environment-using-make
In your case, you need to set CONFIG_RTE_LIBRTE_xxx_PMD=n in .config
for the drivers you don't need.
You can also create config/defconfig_my and use T=my
(useful to share the config changes e.g. within a team).
More information about the users
mailing list