|
DPDK
1.6.0r2
|
#include <rte_ethdev.h>
Data Fields | |
| struct rte_eth_thresh | tx_thresh |
| uint16_t | tx_rs_thresh |
| uint16_t | tx_free_thresh |
| uint32_t | txq_flags |
A structure used to configure a TX ring of an Ethernet port.
| uint16_t tx_free_thresh |
Drives the freeing of TX buffers.
| uint16_t tx_rs_thresh |
Drives the setting of RS bit on TXDs.
| struct rte_eth_thresh tx_thresh |
TX ring threshold registers.
| uint32_t txq_flags |
Set flags for the Tx queue
1.8.1.2