DPDK  24.03.0
Data Fields
rte_cman_red_params Struct Reference

#include <rte_cman.h>

Data Fields

uint8_t min_th
 
uint8_t max_th
 
uint16_t maxp_inv
 

Detailed Description

RED based congestion management configuration parameters.

Definition at line 34 of file rte_cman.h.

Field Documentation

◆ min_th

uint8_t min_th

Minimum threshold (min_th) value

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

Definition at line 40 of file rte_cman.h.

◆ max_th

uint8_t max_th

Maximum threshold (max_th) value

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

Definition at line 46 of file rte_cman.h.

◆ maxp_inv

uint16_t maxp_inv

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

Definition at line 48 of file rte_cman.h.


The documentation for this struct was generated from the following file: