Re: [PATCH] app/test:add NIC parameter exception handling

2024-06-13 Thread Stephen Hemminger
On Thu, 13 Jul 2023 13:17:16 +0800 Kaisen You wrote: > Add NIC exception parameter handling to dpdk_test process, > program exits when carrying unbound vfio NIC parameters. > > Fixes: 50247fe03fe0 ("test/timer: exercise new APIs in secondary process") > Cc: sta...@dpdk.org > > Signed-off-by: Ka

[PATCH] app/test:add NIC parameter exception handling

2023-07-12 Thread Kaisen You
Add NIC exception parameter handling to dpdk_test process, program exits when carrying unbound vfio NIC parameters. Fixes: 50247fe03fe0 ("test/timer: exercise new APIs in secondary process") Cc: sta...@dpdk.org Signed-off-by: Kaisen You --- app/test/test.c | 18 ++ 1 file change