Re: [dpdk-dev] [RFC PATCH 5/6] mempool: support block dequeue operation

2017-12-14 Thread Olivier MATZ
On Fri, Nov 24, 2017 at 04:06:30PM +, Andrew Rybchenko wrote: > From: "Artem V. Andreev" > > If mempool manager supports object blocks (physically and virtual > contiguous set of objects), it is sufficient to get the first > object only and the function allows to avoid filling in of > informa

[dpdk-dev] [RFC PATCH 5/6] mempool: support block dequeue operation

2017-11-24 Thread Andrew Rybchenko
From: "Artem V. Andreev" If mempool manager supports object blocks (physically and virtual contiguous set of objects), it is sufficient to get the first object only and the function allows to avoid filling in of information about each block member. Signed-off-by: Artem V. Andreev Signed-off-by: