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_pdump_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_pdump_stats(3)

Detailed Description

       A structure used to retrieve statistics from packet capture. The statistics are sum of both receive and
       transmit queues.

       Definition at line 227 of file rte_pdump.h.

Field Documentation

uint64_taccepted
       Number of packets accepted by filter.

       Definition at line 228 of file rte_pdump.h.

   uint64_tfiltered
       Number of packets rejected by filter.

       Definition at line 229 of file rte_pdump.h.

   uint64_tnombuf
       Number of mbuf allocation failures.

       Definition at line 230 of file rte_pdump.h.

   uint64_tringfull
       Number of missed packets due to ring full.

       Definition at line 231 of file rte_pdump.h.

   uint64_treserved[4]
       Reserved and pad to cache line

       Definition at line 233 of file rte_pdump.h.

Name

       rte_pdump_stats

Synopsis

       #include <rte_pdump.h>

   DataFields
       uint64_t accepted
       uint64_t filtered
       uint64_t nombuf
       uint64_t ringfull
       uint64_t reserved [4]

See Also