Re: [PATCH] build: make ring mempool driver mandatory

2022-02-22 Thread Thomas Monjalon
15/02/2022 10:25, Morten Brørup: > > From: Bruce Richardson [mailto:bruce.richard...@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 > > th

RE: [PATCH] build: make ring mempool driver mandatory

2022-02-15 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@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 i