Re: [PATCH v2 11/19] stack: use rte optional stdatomic API

2023-10-24 Thread Konstantin Ananyev
17.10.2023 21:31, Tyler Retzlaff пишет: Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- lib/stack/rte_stack.h| 2 +- lib/stack/rte_stack_lf_c11.h | 24

[PATCH v2 11/19] stack: use rte optional stdatomic API

2023-10-17 Thread Tyler Retzlaff
Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- lib/stack/rte_stack.h| 2 +- lib/stack/rte_stack_lf_c11.h | 24 lib/stack/rte_stack_lf_generic.h | 18 ++