#include <rte_tm.h>
Detailed Description
Node statistics counters
Definition at line 168 of file rte_tm.h.
Field Documentation
Number of packets scheduled from current node.
Definition at line 170 of file rte_tm.h.
Number of bytes scheduled from current node.
Definition at line 173 of file rte_tm.h.
uint64_t n_pkts_dropped[RTE_TM_COLORS] |
Number of packets dropped by current leaf node per each color.
Definition at line 180 of file rte_tm.h.
uint64_t n_bytes_dropped[RTE_TM_COLORS] |
Number of bytes dropped by current leaf node per each color.
Definition at line 185 of file rte_tm.h.
Number of packets currently waiting in the packet queue of current leaf node.
Definition at line 190 of file rte_tm.h.
Number of bytes currently waiting in the packet queue of current leaf node.
Definition at line 195 of file rte_tm.h.
Statistics counters for leaf nodes only.
The documentation for this struct was generated from the following file: