Re: [dpdk-dev] [PATCH v2 3/6] mempool: support block dequeue operation

2018-04-25 Thread Olivier Matz
On Mon, Apr 16, 2018 at 02:33:27PM +0100, 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] [PATCH v2 3/6] mempool: support block dequeue operation

2018-04-16 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: