Re: [dpdk-dev] [RFC PATCH 3/6] mempool/bucket: implement bucket mempool manager

2018-01-17 Thread Andrew Rybchenko
On 12/14/2017 04:38 PM, Olivier MATZ wrote: On Fri, Nov 24, 2017 at 04:06:28PM +, Andrew Rybchenko wrote: From: "Artem V. Andreev" The manager provides a way to allocate physically and virtually contiguous set of objects. Note: due to the way objects are organized in the bucket manager, t

Re: [dpdk-dev] [RFC PATCH 3/6] mempool/bucket: implement bucket mempool manager

2017-12-14 Thread Olivier MATZ
On Fri, Nov 24, 2017 at 04:06:28PM +, Andrew Rybchenko wrote: > From: "Artem V. Andreev" > > The manager provides a way to allocate physically and virtually > contiguous set of objects. > > Note: due to the way objects are organized in the bucket manager, > the get_avail_count may return les