DPDK  19.11.14
Data Fields
rte_pipeline_table_stats Struct Reference

#include <rte_pipeline.h>

Data Fields

struct rte_table_stats stats
 
uint64_t n_pkts_dropped_by_lkp_hit_ah
 
uint64_t n_pkts_dropped_by_lkp_miss_ah
 
uint64_t n_pkts_dropped_lkp_hit
 
uint64_t n_pkts_dropped_lkp_miss
 

Detailed Description

Pipeline table stats.

Examples:
examples/ip_pipeline/cli.c, and examples/ip_pipeline/thread.c.

Definition at line 107 of file rte_pipeline.h.

Field Documentation

◆ stats

struct rte_table_stats stats

Table stats.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 109 of file rte_pipeline.h.

◆ n_pkts_dropped_by_lkp_hit_ah

uint64_t n_pkts_dropped_by_lkp_hit_ah

Number of packets dropped by lookup hit action handler.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 112 of file rte_pipeline.h.

◆ n_pkts_dropped_by_lkp_miss_ah

uint64_t n_pkts_dropped_by_lkp_miss_ah

Number of packets dropped by lookup miss action handler.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 115 of file rte_pipeline.h.

◆ n_pkts_dropped_lkp_hit

uint64_t n_pkts_dropped_lkp_hit

Number of packets dropped by pipeline in behalf of this table based on action specified in table entry.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 119 of file rte_pipeline.h.

◆ n_pkts_dropped_lkp_miss

uint64_t n_pkts_dropped_lkp_miss

Number of packets dropped by pipeline in behalf of this table based on action specified in table entry.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 123 of file rte_pipeline.h.


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