DPDK  16.11.2
Data Fields
rte_eth_rxconf Struct Reference

#include <rte_ethdev.h>

+ Collaboration diagram for rte_eth_rxconf:

Data Fields

struct rte_eth_thresh rx_thresh
 
uint16_t rx_free_thresh
 
uint8_t rx_drop_en
 
uint8_t rx_deferred_start
 

Detailed Description

A structure used to configure an RX ring of an Ethernet port.

Examples:
netmap_compat/lib/compat_netmap.c, qos_sched/init.c, tep_termination/vxlan_setup.c, vhost/main.c, vhost_xen/main.c, and vmdq/main.c.

Definition at line 665 of file rte_ethdev.h.

Field Documentation

◆ rx_thresh

struct rte_eth_thresh rx_thresh

RX ring threshold registers.

Examples:
qos_sched/init.c.

Definition at line 666 of file rte_ethdev.h.

◆ rx_free_thresh

uint16_t rx_free_thresh

Drives the freeing of RX descriptors.

Examples:
qos_sched/init.c.

Definition at line 667 of file rte_ethdev.h.

◆ rx_drop_en

uint8_t rx_drop_en

Drop packets if no descriptors are available.

Examples:
multi_process/symmetric_mp/main.c, qos_sched/init.c, vhost/main.c, vhost_xen/main.c, and vmdq/main.c.

Definition at line 668 of file rte_ethdev.h.

◆ rx_deferred_start

uint8_t rx_deferred_start

Do not start queue with rte_eth_dev_start().

Definition at line 669 of file rte_ethdev.h.


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