DOKK / manpages / debian 13 / dpdk-doc / rte_cman_red_params.3.en
rte_cman_red_params(3) Library Functions Manual rte_cman_red_params(3)

rte_cman_red_params

#include <rte_cman.h>


uint8_t min_th
uint8_t max_th
uint16_t maxp_inv

RED based congestion management configuration parameters.

Definition at line 30 of file rte_cman.h.

Minimum threshold (min_th) value

Value expressed as percentage. Value must be in 0 to 100(inclusive).

Definition at line 36 of file rte_cman.h.

Maximum threshold (max_th) value

Value expressed as percentage. Value must be in 0 to 100(inclusive).

Definition at line 42 of file rte_cman.h.

Inverse of packet marking probability maximum value (maxp = 1 / maxp_inv)

Definition at line 44 of file rte_cman.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK