* DPDK 20.08, select drivrs to build @ 2021-12-07 14:05 Ruslan R. Laishev 2021-12-09 10:01 ` Dmitry Kozlyuk 0 siblings, 1 reply; 3+ messages in thread From: Ruslan R. Laishev @ 2021-12-07 14:05 UTC (permalink / raw) To: users 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DPDK 20.08, select drivrs to build 2021-12-07 14:05 DPDK 20.08, select drivrs to build Ruslan R. Laishev @ 2021-12-09 10:01 ` Dmitry Kozlyuk 2021-12-09 10:03 ` Ruslan R. Laishev 0 siblings, 1 reply; 3+ messages in thread From: Dmitry Kozlyuk @ 2021-12-09 10:01 UTC (permalink / raw) To: Ruslan R. Laishev; +Cc: users 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). ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DPDK 20.08, select drivrs to build 2021-12-09 10:01 ` Dmitry Kozlyuk @ 2021-12-09 10:03 ` Ruslan R. Laishev 0 siblings, 0 replies; 3+ messages in thread From: Ruslan R. Laishev @ 2021-12-09 10:03 UTC (permalink / raw) To: Dmitry Kozlyuk; +Cc: users [-- Attachment #1: Type: text/html, Size: 1222 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-09 10:03 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-12-07 14:05 DPDK 20.08, select drivrs to build Ruslan R. Laishev 2021-12-09 10:01 ` Dmitry Kozlyuk 2021-12-09 10:03 ` Ruslan R. Laishev
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).