DPDK  24.03.0
Data Fields
rte_eth_cman_info Struct Reference

#include <rte_ethdev.h>

Data Fields

uint64_t modes_supported
 
uint64_t objs_supported
 
uint8_t rsvd [8]
 

Detailed Description

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

A structure used to retrieve information of ethdev congestion management.

Definition at line 5818 of file rte_ethdev.h.

Field Documentation

◆ modes_supported

uint64_t modes_supported

Set of supported congestion management modes

See also
enum rte_cman_mode

Definition at line 5823 of file rte_ethdev.h.

◆ objs_supported

uint64_t objs_supported

Set of supported congestion management objects

See also
enum rte_eth_cman_obj

Definition at line 5828 of file rte_ethdev.h.

◆ rsvd

uint8_t rsvd[8]

Reserved for future fields. Always returned as 0 when rte_eth_cman_info_get() is invoked

Definition at line 5833 of file rte_ethdev.h.


The documentation for this struct was generated from the following file: