DPDK  2.0.0
Data Fields
rte_eth_rxconf Struct Reference

#include <rte_ethdev.h>

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.

Field Documentation

uint8_t rx_deferred_start

Do not start queue with rte_eth_dev_start().

uint8_t rx_drop_en

Drop packets if no descriptors are available.

uint16_t rx_free_thresh

Drives the freeing of RX descriptors.

struct rte_eth_thresh rx_thresh

RX ring threshold registers.


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