|
DPDK 25.11.3
|
Data Fields | |
| uint32_t | wred_profile_id |
| uint32_t * | shared_wred_context_id |
| uint32_t | n_shared_wred_contexts |
| uint32_t wred_profile_id |
WRED profile for private WRED context. The absence of a private WRED context for the current leaf node is indicated by value RTE_TM_WRED_PROFILE_ID_NONE.
| uint32_t* shared_wred_context_id |
User allocated array of shared WRED context IDs. When set to NULL, it indicates that the current leaf node should not currently be part of any shared WRED contexts.
| uint32_t n_shared_wred_contexts |
Number of elements in the shared_wred_context_id array. Only valid when shared_wred_context_id is non-NULL, in which case it should be non-zero.