Re: [dpdk-dev] [PATCH v3 10/11] mempool: remove callback to register memory area

2018-04-06 Thread Olivier Matz
On Mon, Mar 26, 2018 at 05:09:50PM +0100, Andrew Rybchenko wrote: > The callback is not required any more since there is a new callback > to populate objects using provided memory area which provides > the same information. > > Signed-off-by: Andrew Rybchenko Acked-by: Olivier Matz

Re: [dpdk-dev] [PATCH v3 10/11] mempool: remove callback to register memory area

2018-04-04 Thread santosh
On Monday 26 March 2018 09:39 PM, Andrew Rybchenko wrote: > The callback is not required any more since there is a new callback > to populate objects using provided memory area which provides > the same information. > > Signed-off-by: Andrew Rybchenko > --- Acked-by: Santosh Shukla

[dpdk-dev] [PATCH v3 10/11] mempool: remove callback to register memory area

2018-03-26 Thread Andrew Rybchenko
The callback is not required any more since there is a new callback to populate objects using provided memory area which provides the same information. Signed-off-by: Andrew Rybchenko --- v2 -> v3: - none v1 -> v2: - none RFCv2 -> v1: - advertise ABI changes in release notes doc/guides/rel