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_table_action_stats_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_table_action_stats_params(3)

Detailed Description

       Stats action parameters (per table rule).

       Definition at line 667 of file rte_table_action.h.

Field Documentation

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

       Seealso
           struct rte_table_action_stats_counters

       Definition at line 672 of file rte_table_action.h.

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

       Seealso
           struct rte_table_action_stats_counters

       Definition at line 678 of file rte_table_action.h.

Name

       rte_table_action_stats_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       uint64_t n_packets
       uint64_t n_bytes

See Also