DPDK
2.0.0
|
#include <rte_ring.h>
Data Fields | |
uint32_t | sc_dequeue |
uint32_t | size |
uint32_t | mask |
volatile uint32_t | head |
volatile uint32_t | tail |
Ring consumer status.
volatile uint32_t head |
Consumer head.
uint32_t mask |
Mask (size-1) of ring.
uint32_t sc_dequeue |
True, if single consumer.
uint32_t size |
Size of the ring.
volatile uint32_t tail |
Consumer tail.