Re: [dpdk-dev] [RFC PATCH 1/6] mempool: implement abstract mempool info API

2018-01-17 Thread Andrew Rybchenko
On 12/14/2017 04:36 PM, Olivier MATZ wrote: On Fri, Nov 24, 2017 at 04:06:26PM +, 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

Re: [dpdk-dev] [RFC PATCH 1/6] mempool: implement abstract mempool info API

2017-12-14 Thread Olivier MATZ
On Fri, Nov 24, 2017 at 04:06:26PM +, 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] [RFC PATCH 1/6] mempool: implement abstract mempool info API

2017-11-24 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 | 31