Re: [dpdk-dev] [PATCH 2/2] mempool/octeontx: clean up memory area registration

2017-12-18 Thread Pavan Nikhilesh
On Mon, Dec 18, 2017 at 10:30:59AM +0530, santosh wrote: > > On Friday 15 December 2017 09:30 PM, Pavan Nikhilesh wrote: > > Clean up dependency between alloc and memory area registration, this > > removes the need for SLIST data structure and octeontx_pool_list. > > > > Signed-off-by: Pavan Nikhil

Re: [dpdk-dev] [PATCH 2/2] mempool/octeontx: clean up memory area registration

2017-12-17 Thread santosh
On Friday 15 December 2017 09:30 PM, Pavan Nikhilesh wrote: > Clean up dependency between alloc and memory area registration, this > removes the need for SLIST data structure and octeontx_pool_list. > > Signed-off-by: Pavan Nikhilesh > --- nits: s/clean up dependency/ clean up the dependency. A