DOKK / manpages / debian 13 / dpdk-doc / rte_eth_representor_info.3.en
rte_eth_representor_info(3) Library Functions Manual rte_eth_representor_info(3)

rte_eth_representor_info

#include <rte_ethdev.h>


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

Warning

EXPERIMENTAL: this structure may change without prior notice.

Ethernet device representor information

Definition at line 5687 of file rte_ethdev.h.

Controller ID of caller device.

Definition at line 5688 of file rte_ethdev.h.

Physical function ID of caller device.

Definition at line 5689 of file rte_ethdev.h.

Size of the ranges array.

Definition at line 5690 of file rte_ethdev.h.

Number of initialized ranges.

Definition at line 5691 of file rte_ethdev.h.

Representor ID range.

Definition at line 5692 of file rte_ethdev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK