DPDK 22.11.5
|
#include <rte_ethdev.h>
Data Fields | |
uint64_t | modes_supported |
uint64_t | objs_supported |
uint8_t | rsvd [8] |
A structure used to retrieve information of ethdev congestion management.
Definition at line 5603 of file rte_ethdev.h.
uint64_t modes_supported |
Set of supported congestion management modes
Definition at line 5608 of file rte_ethdev.h.
uint64_t objs_supported |
Set of supported congestion management objects
Definition at line 5613 of file rte_ethdev.h.
uint8_t rsvd[8] |
Reserved for future fields. Always returned as 0 when rte_eth_cman_info_get() is invoked
Definition at line 5618 of file rte_ethdev.h.