table of contents
rte_tm_red_params(3) | DPDK | rte_tm_red_params(3) |
NAME¶
rte_tm_red_params
SYNOPSIS¶
#include <rte_tm.h>
Data Fields¶
uint64_t min_th
uint64_t max_th
uint16_t maxp_inv
uint16_t wq_log2
Detailed Description¶
Random Early Detection (RED) profile
Definition at line 963 of file rte_tm.h.
Field Documentation¶
uint64_t min_th¶
Minimum queue threshold
Definition at line 965 of file rte_tm.h.
uint64_t max_th¶
Maximum queue threshold
Definition at line 968 of file rte_tm.h.
uint16_t maxp_inv¶
Inverse of packet marking probability maximum value (maxp), i.e. maxp_inv = 1 / maxp
Definition at line 973 of file rte_tm.h.
uint16_t wq_log2¶
Negated log2 of queue weight (wq), i.e. wq = 1 / (2 ^ wq_log2)
Definition at line 976 of file rte_tm.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |