Re: [dpdk-dev] [PATCH v3 1/2] mempool: fix first memory area notification

2018-01-12 Thread Thomas Monjalon
24/12/2017 13:47, Pavan Nikhilesh: > Mempool creation needs to be completed first before notifying mempool to > register the mempool area. > > Fixes: 12b8cc1a7e86 ("mempool: notify memory area to pool") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nikhilesh > Acked-by: Santosh Shukla Series

[dpdk-dev] [PATCH v3 1/2] mempool: fix first memory area notification

2017-12-24 Thread Pavan Nikhilesh
Mempool creation needs to be completed first before notifying mempool to register the mempool area. Fixes: 12b8cc1a7e86 ("mempool: notify memory area to pool") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh Acked-by: Santosh Shukla --- v3 Changes: - Redo commit title as fix. v2 Chang