DPDK 25.11.3
Loading...
Searching...
No Matches
rte_tm_node_stats::[struct].leaf Struct Reference

Data Fields

uint64_t n_pkts_dropped [RTE_COLORS]
uint64_t n_bytes_dropped [RTE_COLORS]
uint64_t n_pkts_queued
uint64_t n_bytes_queued

Detailed Description

Statistics counters for leaf nodes only.

Definition at line 138 of file rte_tm.h.

Field Documentation

◆ n_pkts_dropped

uint64_t n_pkts_dropped[RTE_COLORS]

Number of packets dropped by current leaf node per each color.

◆ n_bytes_dropped

uint64_t n_bytes_dropped[RTE_COLORS]

Number of bytes dropped by current leaf node per each color.

◆ n_pkts_queued

uint64_t n_pkts_queued

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

◆ n_bytes_queued

uint64_t n_bytes_queued

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


The documentation for this struct was generated from the following files: