[dpdk-dev] [PATCH 1/3] stack: update lock-free supported archs

Stanislaw Kardach kda at semihalf.com
Mon Apr 12 10:28:59 CEST 2021


Since 7911ba047 lock-free stack is supported on arm64 but this
description was missing from the doxygen for the flag.

Signed-off-by: Stanislaw Kardach <kda at semihalf.com>
Fixes: 7911ba0473e0 ("stack: enable lock-free implementation for aarch64")
Cc: phil.yang at arm.com
Cc: stable at dpdk.org
---
 lib/librte_stack/rte_stack.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_stack/rte_stack.h b/lib/librte_stack/rte_stack.h
index 395b9ef83..b82c74e72 100644
--- a/lib/librte_stack/rte_stack.h
+++ b/lib/librte_stack/rte_stack.h
@@ -89,7 +89,7 @@ struct rte_stack {
 
 /**
  * The stack uses lock-free push and pop functions. This flag is only
- * supported on x86_64 platforms, currently.
+ * supported on x86_64 or arm64 platforms, currently.
  */
 #define RTE_STACK_F_LF 0x0001
 
-- 
2.27.0



More information about the dev mailing list