numam-dpdk/lib/stack
Julien Meunier 6ded44bce4 stack: fix reload head when pop fails
The previous commit 18effad9cf ("stack: reload head when pop fails")
only changed C11 implementation, not generic implementation.

List head must be loaded right before continue (when failed to find the
new head). Without this, one thread might keep trying and failing to pop
items without ever loading the new correct head.

Fixes: 3340202f59 ("stack: add lock-free implementation")
Cc: stable@dpdk.org

Signed-off-by: Julien Meunier <julien.meunier@nokia.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2021-09-27 17:28:55 +02:00
..
meson.build
rte_stack_lf_c11.h
rte_stack_lf_generic.h stack: fix reload head when pop fails 2021-09-27 17:28:55 +02:00
rte_stack_lf_stubs.h
rte_stack_lf.c
rte_stack_lf.h stack: allow lock-free only on relevant architectures 2021-05-03 18:46:15 +02:00
rte_stack_std.c
rte_stack_std.h
rte_stack.c log: register with standardized names 2021-05-11 15:17:55 +02:00
rte_stack.h stack: allow lock-free only on relevant architectures 2021-05-03 18:46:15 +02:00
stack_pvt.h lib: remove C++ include guard from private headers 2021-09-22 22:00:17 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00