CNDP
22.08.0
|
Go to the source code of this file.
Macros | |
#define | CNE_RING_NAMESIZE CNE_NAME_LEN |
CNE Ring
The Ring Manager is a fixed-size queue, implemented as a table of pointers. Head and tail pointers are modified atomically, allowing concurrent access to it. It has the following features:
Note: the ring implementation is not preemptible. Refer to Programmer's guide/Cloud Native Environment/Multiple pthread/Known Issues/cne_ring for more information.
Definition in file cne_ring.h.
#define CNE_RING_NAMESIZE CNE_NAME_LEN |
The maximum length of a ring name.
Definition at line 43 of file cne_ring.h.