DPDK  24.03.0
Data Structures | Enumerations
rte_cman.h File Reference
#include <rte_bitops.h>

Go to the source code of this file.

Data Structures

struct  rte_cman_red_params
 

Enumerations

enum  rte_cman_mode { RTE_CMAN_RED = RTE_BIT32(0) }
 

Detailed Description

Congestion management related parameters for DPDK.

Definition in file rte_cman.h.

Enumeration Type Documentation

◆ rte_cman_mode

Congestion management modes

Enumerator
RTE_CMAN_RED 

Congestion based on Random Early Detection.

https://en.wikipedia.org/wiki/Random_early_detection http://www.aciri.org/floyd/papers/red/red.html

See also
struct rte_cman_red_params

Definition at line 20 of file rte_cman.h.