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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_eth_thresh(3)

Detailed Description

       A structure used to configure the ring threshold registers of an Rx/Tx queue for an Ethernet port.

       Definition at line 373 of file rte_ethdev.h.

Field Documentation

uint8_tpthresh
       Ring prefetch threshold.

       Definition at line 374 of file rte_ethdev.h.

   uint8_ththresh
       Ring host threshold.

       Definition at line 375 of file rte_ethdev.h.

   uint8_twthresh
       Ring writeback threshold.

       Definition at line 376 of file rte_ethdev.h.

Name

       rte_eth_thresh

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint8_t pthresh
       uint8_t hthresh
       uint8_t wthresh

See Also