DPDK
16.04.0
|
#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 | tx_deferred_start |
A structure used to configure a TX ring of an Ethernet port.
Definition at line 693 of file rte_ethdev.h.
struct rte_eth_thresh tx_thresh |
TX ring threshold registers.
Definition at line 694 of file rte_ethdev.h.
uint16_t tx_rs_thresh |
Drives the setting of RS bit on TXDs.
Definition at line 695 of file rte_ethdev.h.
uint16_t tx_free_thresh |
Start freeing TX buffers if there are less free descriptors than this value.
Definition at line 696 of file rte_ethdev.h.
uint32_t txq_flags |
Set flags for the Tx queue
Definition at line 699 of file rte_ethdev.h.
uint8_t tx_deferred_start |
Do not start queue with rte_eth_dev_start().
Definition at line 700 of file rte_ethdev.h.