DPDK  24.03.0
Data Fields
rte_eth_representor_range Struct Reference

#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
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

Ethernet device representor ID range entry

Definition at line 5492 of file rte_ethdev.h.

Field Documentation

◆ type

Representor type

Definition at line 5493 of file rte_ethdev.h.

◆ controller

int controller

Controller index

Definition at line 5494 of file rte_ethdev.h.

◆ pf

int pf

Physical function index

Definition at line 5495 of file rte_ethdev.h.

◆ vf

int vf

VF start index

Definition at line 5498 of file rte_ethdev.h.

◆ sf

int sf

SF start index

Definition at line 5499 of file rte_ethdev.h.

◆ id_base

uint32_t id_base

Representor ID start index

Definition at line 5501 of file rte_ethdev.h.

◆ id_end

uint32_t id_end

Representor ID end index

Definition at line 5502 of file rte_ethdev.h.

◆ name

char name[RTE_DEV_NAME_MAX_LEN]

Representor name

Definition at line 5503 of file rte_ethdev.h.


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