DPDK  24.03.0
Data Fields
rte_swx_ctl_meter_stats Struct Reference

#include <rte_swx_ctl.h>

Data Fields

uint64_t n_pkts [RTE_COLORS]
 
uint64_t n_bytes [RTE_COLORS]
 

Detailed Description

Meter statistics counters.

Examples:
examples/pipeline/cli.c.

Definition at line 1416 of file rte_swx_ctl.h.

Field Documentation

◆ n_pkts

uint64_t n_pkts[RTE_COLORS]

Number of packets tagged by the meter for each color.

Examples:
examples/pipeline/cli.c.

Definition at line 1418 of file rte_swx_ctl.h.

◆ n_bytes

uint64_t n_bytes[RTE_COLORS]

Number of bytes tagged by the meter for each color.

Examples:
examples/pipeline/cli.c.

Definition at line 1421 of file rte_swx_ctl.h.


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