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_range

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_eth_representor_range(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change without prior notice.

       Ethernet device representor ID range entry

       Definition at line 5667 of file rte_ethdev.h.

Field Documentation

enumrte_eth_representor_typetype
       Representor type

       Definition at line 5668 of file rte_ethdev.h.

   intcontroller
       Controller index

       Definition at line 5669 of file rte_ethdev.h.

   intpf
       Physical function index

       Definition at line 5670 of file rte_ethdev.h.

   intvf
       VF start index

       Definition at line 5673 of file rte_ethdev.h.

   intsf
       SF start index

       Definition at line 5674 of file rte_ethdev.h.

   uint32_tid_base
       Representor ID start index

       Definition at line 5676 of file rte_ethdev.h.

   uint32_tid_end
       Representor ID end index

       Definition at line 5677 of file rte_ethdev.h.

   charname[RTE_DEV_NAME_MAX_LEN]
       Representor name

       Definition at line 5678 of file rte_ethdev.h.

Name

       rte_eth_representor_range

Synopsis

       #include <rte_ethdev.h>

   DataFields
       enum rte_eth_representor_typetype
       int controller
       int pf
       uint32_t id_base
       uint32_t id_end
       char name [RTE_DEV_NAME_MAX_LEN]

See Also