Re: [dpdk-dev] [PATCH 22/25] mempool: use new mempool list locking API
On 5/29/19 7:31 PM, Anatoly Burakov wrote: Replace usages of direct access to shared memory config with calls to the new API. Signed-off-by: Anatoly Burakov Reviewed-by: Andrew Rybchenko
[dpdk-dev] [PATCH 22/25] mempool: use new mempool list locking API
Replace usages of direct access to shared memory config with calls to the new API. Signed-off-by: Anatoly Burakov --- lib/librte_mempool/rte_mempool.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_