| DPDK
    18.11.11
    | 
#include <rte_ethdev.h>
| Data Fields | |
| uint8_t | pthresh | 
| uint8_t | hthresh | 
| uint8_t | wthresh | 
A structure used to configure the ring threshold registers of an RX/TX queue for an Ethernet port.
Definition at line 326 of file rte_ethdev.h.
| uint8_t pthresh | 
Ring prefetch threshold.
Definition at line 327 of file rte_ethdev.h.
| uint8_t hthresh | 
Ring host threshold.
Definition at line 328 of file rte_ethdev.h.
| uint8_t wthresh | 
Ring writeback threshold.
Definition at line 329 of file rte_ethdev.h.
 1.8.9.1
 1.8.9.1