DPDK  18.05.1
Data Fields
rte_table_action_stats_params Struct Reference

#include <rte_table_action.h>

Data Fields

uint64_t n_packets
uint64_t n_bytes

Detailed Description

Stats action parameters (per table rule).

Definition at line 570 of file rte_table_action.h.

Field Documentation

uint64_t n_packets

Initial value for the n_packets stats counter. Typically set to 0.

See Also
struct rte_table_action_stats_counters

Definition at line 575 of file rte_table_action.h.

uint64_t n_bytes

Initial value for the n_bytes stats counter. Typically set to 0.

See Also
struct rte_table_action_stats_counters

Definition at line 581 of file rte_table_action.h.


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