DPDK
18.05.1
|
#include <rte_ethdev.h>
Data Fields | |
const char * | driver_name |
unsigned int | if_index |
const uint32_t * | dev_flags |
uint32_t | min_rx_bufsize |
uint32_t | max_rx_pktlen |
uint16_t | max_rx_queues |
uint16_t | max_tx_queues |
uint32_t | max_mac_addrs |
uint16_t | max_vfs |
uint16_t | max_vmdq_pools |
uint64_t | rx_offload_capa |
uint64_t | tx_offload_capa |
uint64_t | rx_queue_offload_capa |
uint64_t | tx_queue_offload_capa |
uint16_t | reta_size |
uint8_t | hash_key_size |
uint64_t | flow_type_rss_offloads |
struct rte_eth_rxconf | default_rxconf |
struct rte_eth_txconf | default_txconf |
uint16_t | vmdq_queue_base |
uint16_t | vmdq_queue_num |
uint16_t | vmdq_pool_base |
struct rte_eth_desc_lim | rx_desc_lim |
struct rte_eth_desc_lim | tx_desc_lim |
uint32_t | speed_capa |
uint16_t | nb_rx_queues |
uint16_t | nb_tx_queues |
struct rte_eth_dev_portconf | default_rxportconf |
struct rte_eth_dev_portconf | default_txportconf |
uint64_t | dev_capa |
struct rte_eth_switch_info | switch_info |
Ethernet device information
Definition at line 1054 of file rte_ethdev.h.
const char* driver_name |
Generic device information Device Driver name.
Definition at line 1056 of file rte_ethdev.h.
unsigned int if_index |
Index to bound host interface, or 0 if none. Use if_indextoname() to translate into an interface name.
Definition at line 1057 of file rte_ethdev.h.
const uint32_t* dev_flags |
Device flags
Definition at line 1059 of file rte_ethdev.h.
uint32_t min_rx_bufsize |
Minimum size of RX buffer.
Definition at line 1060 of file rte_ethdev.h.
uint32_t max_rx_pktlen |
Maximum configurable length of RX pkt.
Definition at line 1061 of file rte_ethdev.h.
uint16_t max_rx_queues |
Maximum number of RX queues.
Definition at line 1062 of file rte_ethdev.h.
uint16_t max_tx_queues |
Maximum number of TX queues.
Definition at line 1063 of file rte_ethdev.h.
uint32_t max_mac_addrs |
Maximum number of MAC addresses.
Definition at line 1064 of file rte_ethdev.h.
uint16_t max_vfs |
Maximum number of hash MAC addresses for MTA and UTA. Maximum number of VFs.
Definition at line 1067 of file rte_ethdev.h.
uint16_t max_vmdq_pools |
Maximum number of VMDq pools.
Definition at line 1068 of file rte_ethdev.h.
uint64_t rx_offload_capa |
All RX offload capabilities including all per-queue ones
Definition at line 1070 of file rte_ethdev.h.
uint64_t tx_offload_capa |
All TX offload capabilities including all per-queue ones
Definition at line 1072 of file rte_ethdev.h.
uint64_t rx_queue_offload_capa |
Device per-queue RX offload capabilities.
Definition at line 1074 of file rte_ethdev.h.
uint64_t tx_queue_offload_capa |
Device per-queue TX offload capabilities.
Definition at line 1076 of file rte_ethdev.h.
uint16_t reta_size |
Device redirection table size, the total number of entries.
Definition at line 1078 of file rte_ethdev.h.
uint8_t hash_key_size |
Hash key size in bytes
Definition at line 1079 of file rte_ethdev.h.
uint64_t flow_type_rss_offloads |
Bit mask of RSS offloads, the bit offset also means flow type
Definition at line 1081 of file rte_ethdev.h.
struct rte_eth_rxconf default_rxconf |
Default RX configuration
Definition at line 1082 of file rte_ethdev.h.
struct rte_eth_txconf default_txconf |
Default TX configuration
Definition at line 1083 of file rte_ethdev.h.
uint16_t vmdq_queue_base |
First queue ID for VMDQ pools.
Definition at line 1084 of file rte_ethdev.h.
uint16_t vmdq_queue_num |
Queue number for VMDQ pools.
Definition at line 1085 of file rte_ethdev.h.
uint16_t vmdq_pool_base |
First ID of VMDQ pools.
Definition at line 1086 of file rte_ethdev.h.
struct rte_eth_desc_lim rx_desc_lim |
RX descriptors limits
Definition at line 1087 of file rte_ethdev.h.
struct rte_eth_desc_lim tx_desc_lim |
TX descriptors limits
Definition at line 1088 of file rte_ethdev.h.
uint32_t speed_capa |
Supported speeds bitmap (ETH_LINK_SPEED_).
Definition at line 1089 of file rte_ethdev.h.
uint16_t nb_rx_queues |
Configured number of rx/tx queues Number of RX queues.
Definition at line 1091 of file rte_ethdev.h.
uint16_t nb_tx_queues |
Number of TX queues.
Definition at line 1092 of file rte_ethdev.h.
struct rte_eth_dev_portconf default_rxportconf |
Rx parameter recommendations
Definition at line 1094 of file rte_ethdev.h.
struct rte_eth_dev_portconf default_txportconf |
Tx parameter recommendations
Definition at line 1096 of file rte_ethdev.h.
uint64_t dev_capa |
Generic device capabilities (RTE_ETH_DEV_CAPA_).
Definition at line 1098 of file rte_ethdev.h.
struct rte_eth_switch_info switch_info |
Switching information for ports on a device with a embedded managed interconnect/switch.
Definition at line 1103 of file rte_ethdev.h.