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

Detailed Description

       RED run-time data

       Definition at line 66 of file rte_red.h.

Field Documentation

uint32_tavg
       Average queue size (avg), scaled in fixed-point format

       Definition at line 67 of file rte_red.h.

   uint32_tcount
       Number of packets since last marked packet (count)

       Definition at line 68 of file rte_red.h.

   uint64_tq_time
       Start of the queue idle time (q_time)

       Definition at line 69 of file rte_red.h.

Name

       rte_red

Synopsis

       #include <rte_red.h>

   DataFields
       uint32_t avg
       uint32_t count
       uint64_t q_time

See Also