[PATCH] build: make ring mempool driver mandatory
Thomas Monjalon
thomas at monjalon.net
Tue Feb 22 15:39:03 CET 2022
15/02/2022 10:25, Morten Brørup:
> > From: Bruce Richardson [mailto:bruce.richardson at intel.com]
> > Sent: Monday, 14 February 2022 16.31
> >
> > 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 at intel.com>
>
> Acked-by: Morten Brørup <mb at smartsharesystems.com>
Applied, thanks.
More information about the dev
mailing list