| rte_mtr_stats(3) | Library Functions Manual | rte_mtr_stats(3) |
rte_mtr_stats
#include <rte_mtr.h>
uint64_t n_pkts [RTE_COLORS]
uint64_t n_bytes [RTE_COLORS]
uint64_t n_pkts_dropped
uint64_t n_bytes_dropped
Statistics counters
Definition at line 90 of file rte_mtr.h.
Number of packets passed by the policer (per color).
Definition at line 92 of file rte_mtr.h.
Number of bytes passed by the policer (per color).
Definition at line 95 of file rte_mtr.h.
Number of packets dropped by the policer.
Definition at line 98 of file rte_mtr.h.
Number of bytes passed by the policer.
Definition at line 101 of file rte_mtr.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |