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_tm_red_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_tm_red_params(3)

Detailed Description

       Random Early Detection (RED) profile

       Definition at line 964 of file rte_tm.h.

Field Documentation

uint64_tmin_th
       Minimum queue threshold

       Definition at line 966 of file rte_tm.h.

   uint64_tmax_th
       Maximum queue threshold

       Definition at line 969 of file rte_tm.h.

   uint16_tmaxp_inv
       Inverse of packet marking probability maximum value (maxp), i.e. maxp_inv = 1 / maxp

       Definition at line 974 of file rte_tm.h.

   uint16_twq_log2
       Negated log2 of queue weight (wq), i.e. wq = 1 / (2 ^ wq_log2)

       Definition at line 977 of file rte_tm.h.

Name

       rte_tm_red_params

Synopsis

       #include <rte_tm.h>

   DataFields
       uint64_t min_th
       uint64_t max_th
       uint16_t maxp_inv
       uint16_t wq_log2

See Also