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_config

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_table_action_stats_config(3)

Detailed Description

       RTE_TABLE_ACTION_STATS Stats action configuration (per table action profile).

       Definition at line 650 of file rte_table_action.h.

Field Documentation

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

       Seealso
           struct rte_table_action_stats_counters

       Definition at line 656 of file rte_table_action.h.

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

       Seealso
           struct rte_table_action_stats_counters

       Definition at line 663 of file rte_table_action.h.

Name

       rte_table_action_stats_config

Synopsis

       #include <rte_table_action.h>

   DataFields
       int n_packets_enabled
       int n_bytes_enabled

See Also