DPDK  22.07.0
Data Fields
rte_pdump_stats Struct Reference

#include <rte_pdump.h>

Data Fields

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

Detailed Description

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

Definition at line 234 of file rte_pdump.h.

Field Documentation

◆ accepted

uint64_t accepted

Number of packets accepted by filter.

Definition at line 235 of file rte_pdump.h.

◆ filtered

uint64_t filtered

Number of packets rejected by filter.

Definition at line 236 of file rte_pdump.h.

◆ nombuf

uint64_t nombuf

Number of mbuf allocation failures.

Definition at line 237 of file rte_pdump.h.

◆ ringfull

uint64_t ringfull

Number of missed packets due to ring full.

Definition at line 238 of file rte_pdump.h.

◆ reserved

uint64_t reserved[4]

Reserved and pad to cache line

Definition at line 240 of file rte_pdump.h.


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