#include <rte_red.h>
RED configuration parameters passed by user
Definition at line 45 of file rte_red.h.
Minimum threshold for queue (max_th)
Definition at line 46 of file rte_red.h.
Maximum threshold for queue (max_th)
Definition at line 47 of file rte_red.h.
Inverse of packet marking probability maximum value (maxp = 1 / maxp_inv)
Definition at line 48 of file rte_red.h.
Negated log2 of queue weight (wq = 1 / (2 ^ wq_log2))
Definition at line 49 of file rte_red.h.