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_config(3)

Detailed Description

       RED configuration parameters

       Definition at line 55 of file rte_red.h.

Field Documentation

uint32_tmin_th
       min_th scaled in fixed-point format

       Definition at line 56 of file rte_red.h.

   uint32_tmax_th
       max_th scaled in fixed-point format

       Definition at line 57 of file rte_red.h.

   uint32_tpa_const
       Precomputed constant value used for pa calculation (scaled in fixed-point format)

       Definition at line 58 of file rte_red.h.

   uint8_tmaxp_inv
       maxp_inv

       Definition at line 59 of file rte_red.h.

   uint8_twq_log2
       wq_log2

       Definition at line 60 of file rte_red.h.

Name

       rte_red_config

Synopsis

       #include <rte_red.h>

   DataFields
       uint32_t min_th
       uint32_t max_th
       uint32_t pa_const
       uint8_t maxp_inv
       uint8_t wq_log2

See Also