Re: [dpdk-dev] [PATCH 1/2] mempool: notify mempool area after mempool alloc

2017-12-23 Thread Pavan Nikhilesh
On Fri, Dec 22, 2017 at 04:11:21PM +0100, Olivier MATZ wrote: > On Fri, Dec 15, 2017 at 09:30:30PM +0530, Pavan Nikhilesh wrote: > > Mempool creation needs to be completed first before notifying mempool to > > register the mempool area. > > > > Signed-off-by: Pavan Nikhilesh > > Looks good to me.

Re: [dpdk-dev] [PATCH 1/2] mempool: notify mempool area after mempool alloc

2017-12-22 Thread Olivier MATZ
On Fri, Dec 15, 2017 at 09:30:30PM +0530, Pavan Nikhilesh wrote: > Mempool creation needs to be completed first before notifying mempool to > register the mempool area. > > Signed-off-by: Pavan Nikhilesh Looks good to me. Did you see any issue? If yes, can you please resubmit the patch with an

Re: [dpdk-dev] [PATCH 1/2] mempool: notify mempool area after mempool alloc

2017-12-17 Thread santosh
On Friday 15 December 2017 09:30 PM, Pavan Nikhilesh wrote: > Mempool creation needs to be completed first before notifying mempool to > register the mempool area. > > Signed-off-by: Pavan Nikhilesh > --- LGTM. Acked-by: Santosh Shukla

[dpdk-dev] [PATCH 1/2] mempool: notify mempool area after mempool alloc

2017-12-15 Thread Pavan Nikhilesh
Mempool creation needs to be completed first before notifying mempool to register the mempool area. Signed-off-by: Pavan Nikhilesh --- lib/librte_mempool/rte_mempool.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mem