DPDK  20.11.10
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
 
uint8_t tx_deferred_start
 
uint64_t offloads
 
uint64_t reserved_64s [2]
 
void * reserved_ptrs [2]
 

Detailed Description

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

Examples:
examples/bond/main.c, examples/distributor/main.c, examples/eventdev_pipeline/pipeline_worker_generic.c, examples/eventdev_pipeline/pipeline_worker_tx.c, examples/flow_classify/flow_classify.c, examples/flow_filtering/main.c, examples/ioat/ioatfwd.c, examples/ip_fragmentation/main.c, examples/ip_reassembly/main.c, examples/ipsec-secgw/ipsec-secgw.c, examples/ipv4_multicast/main.c, examples/kni/main.c, examples/l2fwd-crypto/main.c, examples/l2fwd-event/l2fwd_common.c, examples/l2fwd-jobstats/main.c, examples/l2fwd-keepalive/main.c, examples/l2fwd/main.c, examples/l3fwd-acl/main.c, examples/l3fwd-graph/main.c, examples/l3fwd-power/main.c, examples/l3fwd/l3fwd_event.c, examples/l3fwd/main.c, examples/link_status_interrupt/main.c, examples/multi_process/symmetric_mp/main.c, examples/ntb/ntb_fwd.c, examples/packet_ordering/main.c, examples/performance-thread/l3fwd-thread/main.c, examples/ptpclient/ptpclient.c, examples/qos_meter/main.c, examples/qos_sched/init.c, examples/rxtx_callbacks/main.c, examples/server_node_efd/server/init.c, examples/skeleton/basicfwd.c, examples/vhost/main.c, examples/vm_power_manager/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.

Definition at line 1060 of file rte_ethdev.h.

Field Documentation

◆ tx_thresh

struct rte_eth_thresh tx_thresh

TX ring threshold registers.

Examples:
examples/qos_sched/init.c.

Definition at line 1061 of file rte_ethdev.h.

◆ tx_rs_thresh

uint16_t tx_rs_thresh

Drives the setting of RS bit on TXDs.

Examples:
examples/qos_sched/init.c.

Definition at line 1062 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.

Examples:
examples/qos_sched/init.c.

Definition at line 1063 of file rte_ethdev.h.

◆ tx_deferred_start

uint8_t tx_deferred_start

Do not start queue with rte_eth_dev_start().

Examples:
examples/qos_sched/init.c.

Definition at line 1066 of file rte_ethdev.h.

◆ offloads

uint64_t offloads

◆ reserved_64s

uint64_t reserved_64s[2]

Reserved for future fields

Definition at line 1074 of file rte_ethdev.h.

◆ reserved_ptrs

void* reserved_ptrs[2]

Reserved for future fields

Definition at line 1075 of file rte_ethdev.h.


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