On Fri, Feb 22, 2019 at 10:06:53AM -0600, Gage Eads wrote:
> This commit adds support for a non-blocking (linked list based) stack to
> the stack API. This behavior is selected through a new rte_stack_create()
> flag, STACK_F_NB.
>
> The stack consists of a linked list of elements, each containing
This commit adds support for a non-blocking (linked list based) stack to
the stack API. This behavior is selected through a new rte_stack_create()
flag, STACK_F_NB.
The stack consists of a linked list of elements, each containing a data
pointer and a next pointer, and an atomic stack depth counter
2 matches
Mail list logo