We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a6b47 commit d5f09b2Copy full SHA for d5f09b2
1 file changed
Pcap++/src/DpdkDevice.cpp
@@ -829,7 +829,7 @@ namespace pcpp
829
stats.devId = m_Id;
830
stats.timestamp = timestamp;
831
stats.rxErroneousPackets = rteStats.ierrors;
832
- stats.rxMbufAlocFailed = rteStats.rx_nombuf;
+ stats.rxMbufAllocFailed = rteStats.rx_nombuf;
833
stats.rxPacketsDroppedByHW = rteStats.imissed;
834
stats.aggregatedRxStats.packets = rteStats.ipackets;
835
stats.aggregatedRxStats.bytes = rteStats.ibytes;
0 commit comments