logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_cman_red_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_cman_red_params(3)

Detailed Description

       RED based congestion management configuration parameters.

       Definition at line 30 of file rte_cman.h.

Field Documentation

uint8_tmin_th
       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.

   uint8_tmax_th
       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.

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

       Definition at line 44 of file rte_cman.h.

Name

       rte_cman_red_params

Synopsis

       #include <rte_cman.h>

   DataFields
       uint8_t min_th
       uint8_t max_th
       uint16_t maxp_inv

See Also