]> git.droids-corp.org - dpdk.git/commit
build: make ring mempool driver mandatory
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 14 Feb 2022 15:30:38 +0000 (15:30 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 22 Feb 2022 14:38:19 +0000 (15:38 +0100)
commit81c2337e044dc16f1d93745d2a1668cdebc37c81
treea421fa65e31459d5fab274e883fb5883aadff764
parent1ee492bdc4ffeb392f6e7cc0386793c3e53ebb0f
build: make ring mempool driver mandatory

The default mempool driver is one based on the rte_ring, and as such it
needs to be present to have just about any app (which doesn't override
the mempool) run. Given this state of affairs it is probably best to add
this default mempool driver to the always-enabled list to ensure we get
a runnable build in all cases. This means that, for example, to run some
NIC tests with testpmd in a minimal build, in most cases, all the user
should need to do is specify "-Denable_drivers=net/<nic_drv>" for the
build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
drivers/meson.build