rte_cman.h
Contents
Detailed Description
Congestion management related parameters for DPDK.
Definition in file rte_cman.h.
Enumeration Type Documentation
enumrte_cman_mode
Congestion management modes
EnumeratorRTE_CMAN_RED
Congestion based on Random Early Detection.
https://en.wikipedia.org/wiki/Random_early_detection http://www.aciri.org/floyd/papers/red/red.htmlSeealso
struct rte_cman_red_params
Definition at line 16 of file rte_cman.h.
Name
rte_cman.h
Synopsis
#include <rte_bitops.h>
DataStructures
struct rte_cman_red_paramsEnumerations
enum rte_cman_mode { RTE_CMAN_RED = RTE_BIT32(0) }
