logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_swx_port_out_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_swx_port_out_stats(3)

Detailed Description

       Output port statistics counters.

       Definition at line 183 of file rte_swx_port.h.

Field Documentation

uint64_tn_pkts
       Number of packets successfully transmitted.

       Definition at line 185 of file rte_swx_port.h.

   uint64_tn_bytes
       Number of bytes successfully transmitted.

       Definition at line 188 of file rte_swx_port.h.

   uint64_tn_pkts_drop
       Number of packets dropped.

       Definition at line 191 of file rte_swx_port.h.

   uint64_tn_bytes_drop
       Number of bytes dropped.

       Definition at line 194 of file rte_swx_port.h.

   uint64_tn_pkts_clone
       Number of packets cloned successfully.

       Definition at line 197 of file rte_swx_port.h.

   uint64_tn_pkts_clone_err
       Number of packets with clone errors.

       Definition at line 200 of file rte_swx_port.h.

Name

       rte_swx_port_out_stats

Synopsis

       #include <rte_swx_port.h>

   DataFields
       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

See Also