logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_swx_ctl_meter_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_swx_ctl_meter_stats(3)

Detailed Description

       Meter statistics counters.

       Definition at line 1416 of file rte_swx_ctl.h.

Field Documentation

uint64_tn_pkts[RTE_COLORS]
       Number of packets tagged by the meter for each color.

       Definition at line 1418 of file rte_swx_ctl.h.

   uint64_tn_bytes[RTE_COLORS]
       Number of bytes tagged by the meter for each color.

       Definition at line 1421 of file rte_swx_ctl.h.

Name

       rte_swx_ctl_meter_stats

Synopsis

       #include <rte_swx_ctl.h>

   DataFields
       uint64_t n_pkts [RTE_COLORS]
       uint64_t n_bytes [RTE_COLORS]

See Also