DPDK  2.0.0
Data Fields
rte_eth_txconf Struct Reference

#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

Detailed Description

A structure used to configure a TX ring of an Ethernet port.

Field Documentation

uint8_t tx_deferred_start

Do not start queue with rte_eth_dev_start().

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


The documentation for this struct was generated from the following file: