DPDK  17.05.2
Data Fields
rte_eth_conf Struct Reference

#include <rte_ethdev.h>

Data Fields

uint32_t link_speeds
struct rte_eth_rxmode rxmode
struct rte_eth_txmode txmode
uint32_t lpbk_mode
struct {
   struct rte_eth_rss_conf   rss_conf
   struct rte_eth_vmdq_dcb_conf   vmdq_dcb_conf
   struct rte_eth_dcb_rx_conf   dcb_rx_conf
   struct rte_eth_vmdq_rx_conf   vmdq_rx_conf
rx_adv_conf
union {
   struct rte_eth_vmdq_dcb_tx_conf   vmdq_dcb_tx_conf
   struct rte_eth_dcb_tx_conf   dcb_tx_conf
   struct rte_eth_vmdq_tx_conf   vmdq_tx_conf
tx_adv_conf
uint32_t dcb_capability_en
struct rte_fdir_conf fdir_conf
struct rte_intr_conf intr_conf

Detailed Description

A structure used to configure an Ethernet port. Depending upon the RX multi-queue mode, extra advanced configuration settings may be needed.

Examples:
examples/bond/main.c, examples/distributor/main.c, examples/ethtool/ethtool-app/main.c, examples/exception_path/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-cat/l2fwd-cat.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/client_server_mp/mp_server/init.c, examples/multi_process/l2fwd_fork/main.c, examples/multi_process/symmetric_mp/main.c, examples/netmap_compat/bridge/bridge.c, examples/netmap_compat/lib/compat_netmap.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/quota_watermark/qw/init.c, examples/rxtx_callbacks/main.c, examples/server_node_efd/server/init.c, examples/skeleton/basicfwd.c, examples/tep_termination/vxlan_setup.c, examples/vhost/main.c, examples/vhost_xen/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.

Definition at line 830 of file rte_ethdev.h.

Field Documentation

uint32_t link_speeds

bitmap of ETH_LINK_SPEED_XXX of speeds to be used. ETH_LINK_SPEED_FIXED disables link autonegotiation, and a unique speed shall be set. Otherwise, the bitmap defines the set of speeds to be advertised. If the special value ETH_LINK_SPEED_AUTONEG (0) is used, all speeds supported are advertised.

Definition at line 831 of file rte_ethdev.h.

struct rte_eth_rxmode rxmode
struct rte_eth_txmode txmode

Port TX configuration.

Definition at line 839 of file rte_ethdev.h.

uint32_t lpbk_mode

Loopback operation mode. By default the value is 0, meaning the loopback mode is disabled. Read the datasheet of given ethernet controller for details. The possible values of this field are defined in implementation of each driver.

Definition at line 840 of file rte_ethdev.h.

struct rte_eth_rss_conf rss_conf

Port RSS configuration

Examples:
examples/vmdq_dcb/main.c.

Definition at line 846 of file rte_ethdev.h.

struct rte_eth_vmdq_dcb_conf vmdq_dcb_conf

Port vmdq+dcb configuration.

Examples:
examples/vmdq_dcb/main.c.

Definition at line 847 of file rte_ethdev.h.

struct rte_eth_dcb_rx_conf dcb_rx_conf

Port dcb RX configuration.

Examples:
examples/vmdq_dcb/main.c.

Definition at line 849 of file rte_ethdev.h.

struct rte_eth_vmdq_rx_conf vmdq_rx_conf

Port vmdq RX configuration.

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

Definition at line 851 of file rte_ethdev.h.

struct { ... } rx_adv_conf

Port RX filtering configuration (union).

Examples:
examples/vhost/main.c, examples/vhost_xen/main.c, examples/vmdq/main.c, and examples/vmdq_dcb/main.c.
struct rte_eth_vmdq_dcb_tx_conf vmdq_dcb_tx_conf

Port vmdq+dcb TX configuration.

Examples:
examples/vmdq_dcb/main.c.

Definition at line 855 of file rte_ethdev.h.

struct rte_eth_dcb_tx_conf dcb_tx_conf

Port dcb TX configuration.

Definition at line 857 of file rte_ethdev.h.

struct rte_eth_vmdq_tx_conf vmdq_tx_conf

Port vmdq TX configuration.

Definition at line 859 of file rte_ethdev.h.

union { ... } tx_adv_conf

Port TX DCB configuration (union).

Examples:
examples/vmdq_dcb/main.c.
uint32_t dcb_capability_en

Currently,Priority Flow Control(PFC) are supported,if DCB with PFC is needed,and the variable must be set ETH_DCB_PFC_SUPPORT.

Definition at line 864 of file rte_ethdev.h.

struct rte_fdir_conf fdir_conf

FDIR configuration.

Definition at line 865 of file rte_ethdev.h.

struct rte_intr_conf intr_conf

Interrupt mode configuration.

Examples:
examples/l3fwd-power/main.c.

Definition at line 866 of file rte_ethdev.h.


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