Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_swx_port_out_stats - Man Page

Synopsis

#include <rte_swx_port.h>

Data Fields

uint64_t n_pkts
uint64_t n_bytes
uint64_t n_pkts_drop
uint64_t n_bytes_drop
uint64_t n_pkts_clone
uint64_t n_pkts_clone_err

Detailed Description

Output port statistics counters.

Definition at line 187 of file rte_swx_port.h.

Field Documentation

uint64_t n_pkts

Number of packets successfully transmitted.

Definition at line 189 of file rte_swx_port.h.

uint64_t n_bytes

Number of bytes successfully transmitted.

Definition at line 192 of file rte_swx_port.h.

uint64_t n_pkts_drop

Number of packets dropped.

Definition at line 195 of file rte_swx_port.h.

uint64_t n_bytes_drop

Number of bytes dropped.

Definition at line 198 of file rte_swx_port.h.

uint64_t n_pkts_clone

Number of packets cloned successfully.

Definition at line 201 of file rte_swx_port.h.

uint64_t n_pkts_clone_err

Number of packets with clone errors.

Definition at line 204 of file rte_swx_port.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK