DPDK  22.07.0
Data Fields
rte_table_action_mtr_counters Struct Reference

#include <rte_table_action.h>

Data Fields

struct rte_table_action_mtr_counters_tc stats [RTE_TABLE_ACTION_TC_MAX]
 
uint32_t tc_mask
 

Detailed Description

Meter action statistics counters (per table rule).

Examples:
examples/ip_pipeline/cli.c, and examples/ip_pipeline/thread.c.

Definition at line 327 of file rte_table_action.h.

Field Documentation

◆ stats

Stats counters for each of the tc_mask traffic classes.

Definition at line 329 of file rte_table_action.h.

◆ tc_mask

uint32_t tc_mask

Bit mask defining which traffic class parameters are valid in mtr. If bit N is set in tc_mask, then parameters for traffic class N are valid in mtr.

Definition at line 335 of file rte_table_action.h.


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