DPDK  20.11.10
Data Fields
rte_tm_node_stats Struct Reference

#include <rte_tm.h>

Data Fields

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
 

Detailed Description

Node statistics counters

Definition at line 133 of file rte_tm.h.

Field Documentation

◆ n_pkts

uint64_t n_pkts

Number of packets scheduled from current node.

Definition at line 135 of file rte_tm.h.

◆ n_bytes

uint64_t n_bytes

Number of bytes scheduled from current node.

Definition at line 138 of file rte_tm.h.

◆ n_pkts_dropped

uint64_t n_pkts_dropped[RTE_COLORS]

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

Definition at line 145 of file rte_tm.h.

◆ n_bytes_dropped

uint64_t n_bytes_dropped[RTE_COLORS]

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

Definition at line 150 of file rte_tm.h.

◆ n_pkts_queued

uint64_t n_pkts_queued

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

Definition at line 155 of file rte_tm.h.

◆ n_bytes_queued

uint64_t n_bytes_queued

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

Definition at line 160 of file rte_tm.h.

◆ leaf

struct { ... } leaf

Statistics counters for leaf nodes only.


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