DPDK  18.05.1
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
uint64_t offloads

Detailed Description

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

Examples:
examples/bond/main.c, examples/exception_path/main.c, examples/flow_filtering/main.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-jobstats/main.c, examples/l2fwd-keepalive/main.c, examples/l2fwd/main.c, examples/l3fwd-acl/main.c, examples/l3fwd-power/main.c, examples/l3fwd-vf/main.c, examples/l3fwd/main.c, examples/link_status_interrupt/main.c, examples/load_balancer/init.c, examples/multi_process/l2fwd_fork/main.c, examples/multi_process/symmetric_mp/main.c, examples/netmap_compat/lib/compat_netmap.c, examples/performance-thread/l3fwd-thread/main.c, examples/qos_meter/main.c, examples/qos_sched/init.c, examples/quota_watermark/qw/init.c, examples/tep_termination/vxlan_setup.c, examples/vhost/main.c, and examples/vmdq/main.c.

Definition at line 692 of file rte_ethdev.h.

Field Documentation

struct rte_eth_thresh rx_thresh

RX ring threshold registers.

Definition at line 693 of file rte_ethdev.h.

uint16_t rx_free_thresh

Drives the freeing of RX descriptors.

Definition at line 694 of file rte_ethdev.h.

uint8_t rx_drop_en

Drop packets if no descriptors are available.

Examples:
examples/vhost/main.c, and examples/vmdq/main.c.

Definition at line 695 of file rte_ethdev.h.

uint8_t rx_deferred_start

Do not start queue with rte_eth_dev_start().

Definition at line 696 of file rte_ethdev.h.

uint64_t offloads

Per-queue Rx offloads to be set using DEV_RX_OFFLOAD_* flags. Only offloads set on rx_queue_offload_capa or rx_offload_capa fields on rte_eth_dev_info structure are allowed to be set.

Examples:
examples/load_balancer/init.c, examples/qos_meter/main.c, examples/tep_termination/vxlan_setup.c, and examples/vhost/main.c.

Definition at line 702 of file rte_ethdev.h.


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