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_in_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_swx_port_in_stats(3)

Detailed Description

       Input port statistics counters.

       Definition at line 72 of file rte_swx_port.h.

Field Documentation

uint64_tn_pkts
       Number of packets.

       Definition at line 74 of file rte_swx_port.h.

   uint64_tn_bytes
       Number of bytes.

       Definition at line 77 of file rte_swx_port.h.

   uint64_tn_empty
       Number of empty polls.

       Definition at line 80 of file rte_swx_port.h.

Name

       rte_swx_port_in_stats

Synopsis

       #include <rte_swx_port.h>

   DataFields
       uint64_t n_pkts
       uint64_t n_bytes
       uint64_t n_empty

See Also