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_swx_table_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_swx_table_stats(3)

Detailed Description

       Table statistics.

       Definition at line 377 of file rte_swx_ctl.h.

Field Documentation

uint64_tn_pkts_hit
       Number of packets with lookup hit.

       Definition at line 379 of file rte_swx_ctl.h.

   uint64_tn_pkts_miss
       Number of packets with lookup miss.

       Definition at line 382 of file rte_swx_ctl.h.

   uint64_t*n_pkts_action
       Number of packets (with either lookup hit or miss) per pipeline action. Array of pipeline n_actions
       elements indexed by the pipeline-level action_id, therefore this array has the same size for all the
       tables within the same pipeline.

       Definition at line 389 of file rte_swx_ctl.h.

Name

       rte_swx_table_stats

Synopsis

       #include <rte_swx_ctl.h>

   DataFields
       uint64_t n_pkts_hit
       uint64_t n_pkts_miss
       uint64_t * n_pkts_action

See Also