DPDK  24.03.0
Data Fields
rte_eth_representor_info Struct Reference

#include <rte_ethdev.h>

Data Fields

uint16_t controller
 
uint16_t pf
 
uint32_t nb_ranges_alloc
 
uint32_t nb_ranges
 
struct rte_eth_representor_range ranges []
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

Ethernet device representor information

Definition at line 5512 of file rte_ethdev.h.

Field Documentation

◆ controller

uint16_t controller

Controller ID of caller device.

Definition at line 5513 of file rte_ethdev.h.

◆ pf

uint16_t pf

Physical function ID of caller device.

Definition at line 5514 of file rte_ethdev.h.

◆ nb_ranges_alloc

uint32_t nb_ranges_alloc

Size of the ranges array.

Definition at line 5515 of file rte_ethdev.h.

◆ nb_ranges

uint32_t nb_ranges

Number of initialized ranges.

Definition at line 5516 of file rte_ethdev.h.

◆ ranges

struct rte_eth_representor_range ranges[]

Representor ID range.

Definition at line 5517 of file rte_ethdev.h.


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