DPDK  20.05.0-rc0
Data Fields
rte_mtr_stats Struct Reference

#include <rte_mtr.h>

Data Fields

uint64_t n_pkts [RTE_COLORS]
 
uint64_t n_bytes [RTE_COLORS]
 
uint64_t n_pkts_dropped
 
uint64_t n_bytes_dropped
 

Detailed Description

Statistics counters

Definition at line 89 of file rte_mtr.h.

Field Documentation

uint64_t n_pkts[RTE_COLORS]

Number of packets passed by the policer (per color).

Definition at line 91 of file rte_mtr.h.

uint64_t n_bytes[RTE_COLORS]

Number of bytes passed by the policer (per color).

Definition at line 94 of file rte_mtr.h.

uint64_t n_pkts_dropped

Number of packets dropped by the policer.

Definition at line 97 of file rte_mtr.h.

uint64_t n_bytes_dropped

Number of bytes passed by the policer.

Definition at line 100 of file rte_mtr.h.


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