DPDK 22.11.5
|
#include <rte_swx_ctl.h>
Data Fields | |
uint64_t | n_pkts_hit |
uint64_t | n_pkts_miss |
uint64_t * | n_pkts_action |
uint64_t n_pkts_hit |
Number of packets with lookup hit.
Definition at line 376 of file rte_swx_ctl.h.
uint64_t n_pkts_miss |
Number of packets with lookup miss.
Definition at line 379 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 386 of file rte_swx_ctl.h.