numam-dpdk/lib/librte_stack
Anatoly Burakov a36f5ce06e eal: add API to lock/unlock tailq list
Currently, locking/unlocking the TAILQ list requires direct
access to the shared memory config. Add an API to do the same,
and search-and-replace all usages.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: David Marchand <david.marchand@redhat.com>
2019-07-05 22:13:23 +02:00
..
Makefile stack: add C11 atomic implementation 2019-04-04 22:06:16 +02:00
meson.build stack: add C11 atomic implementation 2019-04-04 22:06:16 +02:00
rte_stack_lf_c11.h stack: fix sign of list length 2019-06-27 18:00:59 +02:00
rte_stack_lf_generic.h stack: fix sign of list length 2019-06-27 18:00:59 +02:00
rte_stack_lf.c stack: add lock-free implementation 2019-04-04 22:06:16 +02:00
rte_stack_lf.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_stack_pvt.h stack: introduce stack library 2019-04-04 22:06:16 +02:00
rte_stack_std.c stack: introduce stack library 2019-04-04 22:06:16 +02:00
rte_stack_std.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_stack_version.map stack: introduce stack library 2019-04-04 22:06:16 +02:00
rte_stack.c eal: add API to lock/unlock tailq list 2019-07-05 22:13:23 +02:00
rte_stack.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00