DPDK  22.07.0
Data Fields
rte_swx_port_out_stats Struct Reference

#include <rte_swx_port.h>

Data Fields

uint64_t n_pkts
 
uint64_t n_bytes
 
uint64_t n_pkts_clone
 
uint64_t n_pkts_clone_err
 

Detailed Description

Output port statistics counters.

Examples:
examples/pipeline/cli.c.

Definition at line 187 of file rte_swx_port.h.

Field Documentation

◆ n_pkts

uint64_t n_pkts

Number of packets.

Examples:
examples/pipeline/cli.c.

Definition at line 189 of file rte_swx_port.h.

◆ n_bytes

uint64_t n_bytes

Number of bytes.

Examples:
examples/pipeline/cli.c.

Definition at line 192 of file rte_swx_port.h.

◆ n_pkts_clone

uint64_t n_pkts_clone

Number of packets cloned successfully.

Examples:
examples/pipeline/cli.c.

Definition at line 195 of file rte_swx_port.h.

◆ n_pkts_clone_err

uint64_t n_pkts_clone_err

Number of packets with clone errors.

Examples:
examples/pipeline/cli.c.

Definition at line 198 of file rte_swx_port.h.


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