|
DPDK
1.6.0r2
|
#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.
| uint8_t hthresh |
Ring host threshold.
| uint8_t pthresh |
Ring prefetch threshold.
| uint8_t wthresh |
Ring writeback threshold.
1.8.1.2