packet IO support output fieldstat

This commit is contained in:
luwenpeng
2024-10-31 16:25:37 +08:00
parent d56cda3d9a
commit 89971d4b0a
14 changed files with 629 additions and 469 deletions

View File

@@ -242,7 +242,7 @@ TEST(PCAP_IO, IP_REASSEMBLY)
EXPECT_TRUE(memcmp(data, expect, sizeof(expect)) == 0);
packet_io_drop(pkt_io, thr_idx, pkts, nr_pkts);
packet_io_polling(pkt_io, thr_idx);
packet_io_clean(pkt_io, thr_idx);
packet_io_free(pkt_io);
}