table of contents
rte_table_action_mtr_counters(3) | DPDK | rte_table_action_mtr_counters(3) |
NAME¶
rte_table_action_mtr_counters
SYNOPSIS¶
#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).
Definition at line 326 of file rte_table_action.h.
Field Documentation¶
struct rte_table_action_mtr_counters_tc stats[RTE_TABLE_ACTION_TC_MAX]¶
Stats counters for each of the tc_mask traffic classes.
Definition at line 328 of file rte_table_action.h.
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 334 of file rte_table_action.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |