DPDK 21.11.9
|
#include <rte_ethdev.h>
Data Fields | |
enum rte_eth_representor_type | type |
int | controller |
int | pf |
uint32_t | id_base |
uint32_t | id_end |
char | name [RTE_DEV_NAME_MAX_LEN] |
int | vf |
int | sf |
Ethernet device representor ID range entry
Definition at line 5086 of file rte_ethdev.h.
enum rte_eth_representor_type type |
Representor type
Definition at line 5087 of file rte_ethdev.h.
int controller |
Controller index
Definition at line 5088 of file rte_ethdev.h.
int pf |
Physical function index
Definition at line 5089 of file rte_ethdev.h.
int vf |
VF start index
Definition at line 5092 of file rte_ethdev.h.
int sf |
SF start index
Definition at line 5093 of file rte_ethdev.h.
uint32_t id_base |
Representor ID start index
Definition at line 5095 of file rte_ethdev.h.
uint32_t id_end |
Representor ID end index
Definition at line 5096 of file rte_ethdev.h.
char name[RTE_DEV_NAME_MAX_LEN] |
Representor name
Definition at line 5097 of file rte_ethdev.h.