Re: [PATCH] test/event: skip test if no driver is present

2024-02-01 Thread Jerin Jacob
On Wed, Jan 24, 2024 at 6:03 PM David Marchand wrote: > > Align eventdev with what other device abstraction libraries do: if no > driver is present, skip the tests. > > Fixes: f8f9d233ea0e ("test/eventdev: add unit tests") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Applied to dpdk-n

[PATCH] test/event: skip test if no driver is present

2024-01-24 Thread David Marchand
Align eventdev with what other device abstraction libraries do: if no driver is present, skip the tests. Fixes: f8f9d233ea0e ("test/eventdev: add unit tests") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test/test_eventdev.c | 10 -- 1 file changed, 8 insertions(+), 2 delet