Add packet injector test frame
This commit is contained in:
@@ -123,6 +123,7 @@ static void *work_thread(void *arg)
|
||||
while (ATOMIC_READ(&runtime->need_exit) == 0)
|
||||
{
|
||||
now = timestamp_get_msec();
|
||||
memset(packets, 0, sizeof(packets));
|
||||
nr_recv = packet_io_ingress(packet_io, thr_idx, packets, RX_BURST_MAX);
|
||||
if (nr_recv == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user