logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_eth_representor_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_eth_representor_info(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change without prior notice.

       Ethernet device representor information

       Definition at line 5687 of file rte_ethdev.h.

Field Documentation

uint16_tcontroller
       Controller ID of caller device.

       Definition at line 5688 of file rte_ethdev.h.

   uint16_tpf
       Physical function ID of caller device.

       Definition at line 5689 of file rte_ethdev.h.

   uint32_tnb_ranges_alloc
       Size of the ranges array.

       Definition at line 5690 of file rte_ethdev.h.

   uint32_tnb_ranges
       Number of initialized ranges.

       Definition at line 5691 of file rte_ethdev.h.

   structrte_eth_representor_rangeranges[]
       Representor ID range.

       Definition at line 5692 of file rte_ethdev.h.

Name

       rte_eth_representor_info

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint16_t controller
       uint16_t pf
       uint32_t nb_ranges_alloc
       uint32_t nb_ranges
       struct rte_eth_representor_rangeranges []

See Also