> -Original Message-
> From: Olivier Matz [mailto:olivier.m...@6wind.com]
> Sent: Wednesday, October 16, 2019 9:23 AM
>
> Hi Morten,
>
> On Fri, Oct 11, 2019 at 01:24:00PM +0200, Morten Brørup wrote:
> > The rte_mempool_get_bulk() documentation says:
> >
> > "If cache is enabled, objects
Hi Morten,
On Fri, Oct 11, 2019 at 01:24:00PM +0200, Morten Brørup wrote:
> The rte_mempool_get_bulk() documentation says:
>
> "If cache is enabled, objects will be retrieved first from cache,
> subsequently from the common pool."
>
> But __mempool_generic_get() only uses the cache if the reque
The rte_mempool_get_bulk() documentation says:
"If cache is enabled, objects will be retrieved first from cache, subsequently
from the common pool."
But __mempool_generic_get() only uses the cache if the request is smaller than
the cache size. If not, objects will be retrieved from the common p
3 matches
Mail list logo