DPDK 25.11.3
Loading...
Searching...
No Matches
rte_tm_node_params::[struct].__unnamed0__.leaf.wred Struct Reference

Data Fields

uint32_t wred_profile_id
uint32_t * shared_wred_context_id
uint32_t n_shared_wred_contexts

Detailed Description

WRED parameters (only valid when cman is set to WRED).

Definition at line 1130 of file rte_tm.h.

Field Documentation

◆ wred_profile_id

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.

◆ shared_wred_context_id

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.

◆ n_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.


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