logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_ring_headtail

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_ring_headtail(3)

Detailed Description

       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.

Field Documentation

enumrte_ring_sync_typesync_type
       sync type of prod/cons

       Definition at line 70 of file rte_ring_core.h.

   uint32_tsingle
       deprecated - True if single prod/cons

       Definition at line 72 of file rte_ring_core.h.

Member Function Documentation

volatile(uint32_t)
       prod/consumer head.

   volatile(uint32_t)
       prod/consumer tail.

Name

       rte_ring_headtail

Synopsis

       #include <rte_ring_core.h>

   PublicMemberFunctionsvolatile (uint32_t) head
       volatile (uint32_t) tail

See Also