|
DPDK
1.7.1
|
#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 |
| uint8_t | start_tx_per_q |
A structure used to configure a TX ring of an Ethernet port.
| uint8_t start_tx_per_q |
start tx per queue.
| 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