Re: [dpdk-dev] [PATCH v1] test/event: fix return value of timer test setup

2021-05-09 Thread Jerin Jacob
On Fri, May 7, 2021 at 3:42 PM Shijith Thotton wrote: > > Test case setup should return -ENOTSUP, if it is not supported. > > Fixes: 7d761b07fcf6 ("test/event: add unit tests for periodic timer") Cc: sta...@dpdk.org > > Signed-off-by: Shijith Thotton Acked-by: Jerin Jacob Applied to dpdk-next

[dpdk-dev] [PATCH v1] test/event: fix return value of timer test setup

2021-05-07 Thread Shijith Thotton
Test case setup should return -ENOTSUP, if it is not supported. Fixes: 7d761b07fcf6 ("test/event: add unit tests for periodic timer") Signed-off-by: Shijith Thotton --- app/test/test_event_timer_adapter.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/test/test_ev