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_cman_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_eth_cman_info(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change, or be removed, without prior notice

       A structure used to retrieve information of ethdev congestion management.

       Definition at line 5993 of file rte_ethdev.h.

Field Documentation

uint64_tmodes_supported
       Set of supported congestion management modes

       Seealso
           enum rte_cman_mode

       Definition at line 5998 of file rte_ethdev.h.

   uint64_tobjs_supported
       Set of supported congestion management objects

       Seealso
           enum rte_eth_cman_obj

       Definition at line 6003 of file rte_ethdev.h.

   uint8_trsvd[8]
       Reserved for future fields. Always returned as 0 when rte_eth_cman_info_get() is invoked

       Definition at line 6008 of file rte_ethdev.h.

Name

       rte_eth_cman_info

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint64_t modes_supported
       uint64_t objs_supported
       uint8_t rsvd [8]

See Also