DPDK  24.03.0
Data Fields
rte_table_action_stats_config Struct Reference

#include <rte_table_action.h>

Data Fields

int n_packets_enabled
 
int n_bytes_enabled
 

Detailed Description

RTE_TABLE_ACTION_STATSStats action configuration (per table action profile).

Definition at line 649 of file rte_table_action.h.

Field Documentation

◆ n_packets_enabled

int n_packets_enabled

When non-zero, the n_packets stats counter is enabled, otherwise disabled.

See also
struct rte_table_action_stats_counters

Definition at line 655 of file rte_table_action.h.

◆ n_bytes_enabled

int n_bytes_enabled

When non-zero, the n_bytes stats counter is enabled, otherwise disabled.

See also
struct rte_table_action_stats_counters

Definition at line 662 of file rte_table_action.h.


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