DPDK  17.02.1
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.

Examples:
examples/ip_fragmentation/main.c, examples/ip_reassembly/main.c, examples/ipsec-secgw/ipsec-secgw.c, examples/ipv4_multicast/main.c, examples/l3fwd-acl/main.c, examples/l3fwd-power/main.c, examples/l3fwd-vf/main.c, examples/l3fwd/main.c, examples/netmap_compat/lib/compat_netmap.c, examples/performance-thread/l3fwd-thread/main.c, examples/ptpclient/ptpclient.c, examples/qos_sched/init.c, examples/tep_termination/vxlan_setup.c, and examples/vhost/main.c.

Definition at line 689 of file rte_ethdev.h.

Field Documentation

struct rte_eth_thresh tx_thresh

TX ring threshold registers.

Examples:
examples/qos_sched/init.c.

Definition at line 690 of file rte_ethdev.h.

uint16_t tx_rs_thresh

Drives the setting of RS bit on TXDs.

Definition at line 691 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 692 of file rte_ethdev.h.

uint32_t txq_flags
uint8_t tx_deferred_start

Do not start queue with rte_eth_dev_start().

Definition at line 696 of file rte_ethdev.h.


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