Re: [dpdk-dev] [PATCH 20/25] stack: use new tailq locking API

2019-05-29 Thread Eads, Gage
> Replace usages of direct access to shared memory config with calls to the > new API. > > Signed-off-by: Anatoly Burakov Acked-by: Gage Eads

[dpdk-dev] [PATCH 20/25] stack: use new tailq locking API

2019-05-29 Thread Anatoly Burakov
Replace usages of direct access to shared memory config with calls to the new API. Signed-off-by: Anatoly Burakov --- lib/librte_stack/rte_stack.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/librte_stack/rte_stack.c b/lib/librte_stack/rte_stack.c in