test: change the name of the packet test case

This commit is contained in:
luwenpeng
2024-07-02 10:09:54 +08:00
parent 761329e530
commit 5591227b9a
4 changed files with 123 additions and 45 deletions

View File

@@ -252,6 +252,8 @@ static void *work_thread(void *arg)
{
if (pkt == defraged_pkt)
{
// TODO
// copy meta from defraged_pkt to packets[i]
packet_io_egress(packet_io, thr_idx, &packets[i], 1);
packet_free(defraged_pkt);
}