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_sched_queue_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_sched_queue_stats(3)

Detailed Description

       Queue statistics

       Definition at line 251 of file rte_sched.h.

Field Documentation

uint64_tn_pkts
       Packets successfully written

       Definition at line 253 of file rte_sched.h.

   uint64_tn_pkts_dropped
       Packets dropped

       Definition at line 256 of file rte_sched.h.

   uint64_tn_pkts_cman_dropped
       Packets dropped by congestion management scheme

       Definition at line 259 of file rte_sched.h.

   uint64_tn_bytes
       Bytes successfully written

       Definition at line 262 of file rte_sched.h.

   uint64_tn_bytes_dropped
       Bytes dropped

       Definition at line 265 of file rte_sched.h.

Name

       rte_sched_queue_stats

Synopsis

       #include <rte_sched.h>

   DataFields
       uint64_t n_pkts
       uint64_t n_pkts_dropped
       uint64_t n_pkts_cman_dropped
       uint64_t n_bytes
       uint64_t n_bytes_dropped

See Also