Re: [dpdk-dev] [PATCH v2 2/6] mempool: implement abstract mempool info API

2018-04-25 Thread Olivier Matz
On Mon, Apr 16, 2018 at 02:33:26PM +0100, Andrew Rybchenko wrote: > From: "Artem V. Andreev" > > Primarily, it is intended as a way for the mempool driver to provide > additional information on how it lays up objects inside the mempool. > > Signed-off-by: Artem V. Andreev > Signed-off-by: Andre

[dpdk-dev] [PATCH v2 2/6] mempool: implement abstract mempool info API

2018-04-16 Thread Andrew Rybchenko
From: "Artem V. Andreev" Primarily, it is intended as a way for the mempool driver to provide additional information on how it lays up objects inside the mempool. Signed-off-by: Artem V. Andreev Signed-off-by: Andrew Rybchenko --- lib/librte_mempool/rte_mempool.h | 41 ++