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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_red_params(3)

Detailed Description

       RED configuration parameters passed by user

       Definition at line 45 of file rte_red.h.

Field Documentation

uint16_tmin_th
       Minimum threshold for queue (max_th)

       Definition at line 46 of file rte_red.h.

   uint16_tmax_th
       Maximum threshold for queue (max_th)

       Definition at line 47 of file rte_red.h.

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

       Definition at line 48 of file rte_red.h.

   uint16_twq_log2
       Negated log2 of queue weight (wq = 1 / (2 ^ wq_log2))

       Definition at line 49 of file rte_red.h.

Name

       rte_red_params

Synopsis

       #include <rte_red.h>

   DataFields
       uint16_t min_th
       uint16_t max_th
       uint16_t maxp_inv
       uint16_t wq_log2

See Also