DPDK  24.03.0-rc4
Data Fields
rte_pipeline_port_in_stats Struct Reference

#include <rte_pipeline.h>

Data Fields

struct rte_port_in_stats stats
 
uint64_t n_pkts_dropped_by_ah
 

Detailed Description

Pipeline port in stats.

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

Definition at line 86 of file rte_pipeline.h.

Field Documentation

◆ stats

struct rte_port_in_stats stats

Port in stats.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 88 of file rte_pipeline.h.

◆ n_pkts_dropped_by_ah

uint64_t n_pkts_dropped_by_ah

Number of packets dropped by action handler.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 91 of file rte_pipeline.h.


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