| rte_ring_headtail(3) | Library Functions Manual | rte_ring_headtail(3) |
rte_ring_headtail
#include <rte_ring_core.h>
volatile (uint32_t) head
volatile (uint32_t) tail
structures to hold a pair of head/tail values and other metadata. Depending on sync_type format of that structure might be different, but offset for sync_type and tail values should remain the same.
Definition at line 65 of file rte_ring_core.h.
prod/consumer head.
prod/consumer tail.
sync type of prod/cons
Definition at line 70 of file rte_ring_core.h.
deprecated - True if single prod/cons
Definition at line 72 of file rte_ring_core.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |