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_node_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_tm_node_stats(3)

Detailed Description

       Node statistics counters

       Definition at line 130 of file rte_tm.h.

Field Documentation

uint64_tn_pkts
       Number of packets scheduled from current node.

       Definition at line 132 of file rte_tm.h.

   uint64_tn_bytes
       Number of bytes scheduled from current node.

       Definition at line 135 of file rte_tm.h.

   uint64_tn_pkts_dropped[RTE_COLORS]
       Number of packets dropped by current leaf node per each color.

       Definition at line 142 of file rte_tm.h.

   uint64_tn_bytes_dropped[RTE_COLORS]
       Number of bytes dropped by current leaf node per each color.

       Definition at line 147 of file rte_tm.h.

   uint64_tn_pkts_queued
       Number of packets currently waiting in the packet queue of current leaf node.

       Definition at line 152 of file rte_tm.h.

   uint64_tn_bytes_queued
       Number of bytes currently waiting in the packet queue of current leaf node.

       Definition at line 157 of file rte_tm.h.

   struct{...}leaf
       Statistics counters for leaf nodes only.

Name

       rte_tm_node_stats

Synopsis

       #include <rte_tm.h>

   DataFields
       uint64_t n_pkts
       uint64_t n_bytes
       struct {
          uint64_t n_pkts_dropped [RTE_COLORS]
          uint64_t n_bytes_dropped [RTE_COLORS]
          uint64_t n_pkts_queued
          uint64_t n_bytes_queued
       } leaf

See Also