We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa708b commit 544f19bCopy full SHA for 544f19b
input/dpdk-ring.cpp
@@ -211,7 +211,7 @@ InputPlugin::Result DpdkRingReader::get(PacketBlock& packets)
211
m_stats.receivedPackets += pkts_read_;
212
m_stats.receivedBytes += packets.bytes;
213
214
- return Result::PARSED;
+ return opt.pblock->cnt ? Result::PARSED : Result::NOT_PARSED;
215
}
216
217
telemetry::Content DpdkRingReader::get_queue_telemetry()
0 commit comments