X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fstack%2Frte_stack.h;h=321f4cec1a10ae7b8ceb37316a5af013e630b2ab;hb=28dde5da503ed09f10cdfb295e390b114df7330a;hp=395b9ef835c781480c1aea77a76c25e9fd961485;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/stack/rte_stack.h b/lib/stack/rte_stack.h index 395b9ef835..321f4cec1a 100644 --- a/lib/stack/rte_stack.h +++ b/lib/stack/rte_stack.h @@ -19,7 +19,6 @@ extern "C" { #endif -#include #include #include #include @@ -89,7 +88,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 @@ -205,6 +204,7 @@ rte_stack_free_count(struct rte_stack *s) * - EEXIST - a stack with the same name already exists * - ENOMEM - insufficient memory to create the stack * - ENAMETOOLONG - name size exceeds RTE_STACK_NAMESIZE + * - ENOTSUP - platform does not support given flags combination. */ struct rte_stack * rte_stack_create(const char *name, unsigned int count, int socket_id,