PcapPlusPlus  Next
pcpp::DpdkDevice::DpdkDeviceStats Struct Reference

#include <DpdkDevice.h>

Public Attributes

uint8_t devId
 DpdkDevice ID.
 
timespec timestamp
 The timestamp of when the stats were written.
 
RxTxStats rxStats [16]
 RX statistics per RX queue.
 
RxTxStats txStats [16]
 TX statistics per TX queue.
 
RxTxStats aggregatedRxStats
 RX statistics, aggregated for all RX queues.
 
RxTxStats aggregatedTxStats
 TX statistics, aggregated for all TX queues.
 
uint64_t rxPacketsDroppedByHW
 
uint64_t rxErroneousPackets
 Total number of erroneous packets.
 
uint64_t rxMbufAlocFailed
 Total number of RX mbuf allocation failures.
 

Detailed Description

A container for DpdkDevice statistics

Member Data Documentation

◆ rxPacketsDroppedByHW

uint64_t pcpp::DpdkDevice::DpdkDeviceStats::rxPacketsDroppedByHW

Total number of RX packets dropped by H/W because there are no available buffers (i.e RX queues are full)