DPDK 22.11.5
|
#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) } |
Congestion management related parameters for DPDK.
Definition in file rte_cman.h.
enum 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
|
Definition at line 20 of file rte_cman.h.