DPDK 22.11.5
Loading...
Searching...
No Matches
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
 
uint8_t tx_deferred_start
 
uint64_t offloads
 
uint64_t reserved_64s [2]
 
void * reserved_ptrs [2]
 

Detailed Description

Field Documentation

◆ tx_thresh

struct rte_eth_thresh tx_thresh

Tx ring threshold registers.

Definition at line 1135 of file rte_ethdev.h.

◆ tx_rs_thresh

uint16_t tx_rs_thresh

Drives the setting of RS bit on TXDs.

Definition at line 1136 of file rte_ethdev.h.

◆ tx_free_thresh

uint16_t tx_free_thresh

Start freeing Tx buffers if there are less free descriptors than this value.

Definition at line 1137 of file rte_ethdev.h.

◆ tx_deferred_start

uint8_t tx_deferred_start

Do not start queue with rte_eth_dev_start().

Definition at line 1140 of file rte_ethdev.h.

◆ offloads

◆ reserved_64s

uint64_t reserved_64s[2]

Reserved for future fields

Definition at line 1148 of file rte_ethdev.h.

◆ reserved_ptrs

void* reserved_ptrs[2]

Reserved for future fields

Definition at line 1149 of file rte_ethdev.h.


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