Re: [dpdk-dev] [PATCH v6 2/3] mempool: use generic memory management

2020-07-05 Thread Thomas Monjalon
05/07/2020 15:47, Fady Bader: > Using generic memory management calls instead of Unix memory management > calls for mempool. > > Signed-off-by: Fady Bader Acks received on previous versions are missing. Please attention to all details.

Re: [dpdk-dev] [PATCH v6 2/3] mempool: use generic memory management

2020-07-05 Thread Dmitry Kozlyuk
On Sun, 5 Jul 2020 16:47:45 +0300, Fady Bader wrote: > Using generic memory management calls instead of Unix memory management > calls for mempool. > > Signed-off-by: Fady Bader [snip] > /* populate the mempool with an anonymous mapping */ > @@ -740,20 +741,17 @@ rte_mempool_populate_anon(stru

[dpdk-dev] [PATCH v6 2/3] mempool: use generic memory management

2020-07-05 Thread Fady Bader
Using generic memory management calls instead of Unix memory management calls for mempool. Signed-off-by: Fady Bader --- lib/librte_mempool/rte_mempool.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte