Re: [PATCH v1] eventdev/timer: use loop to check for timeout events

2023-03-20 Thread Jerin Jacob
On Wed, Mar 15, 2023 at 1:31 PM Shijith Thotton wrote: > > Replaced sleep with a function to dequeue timer expiry events until > either the expected number of events have been dequeued or the specified > time has elapsed. This change closely esembles the behavior of the > tested systems. > > Signe

[PATCH v1] eventdev/timer: use loop to check for timeout events

2023-03-15 Thread Shijith Thotton
Replaced sleep with a function to dequeue timer expiry events until either the expected number of events have been dequeued or the specified time has elapsed. This change closely esembles the behavior of the tested systems. Signed-off-by: Shijith Thotton --- app/test/test_event_timer_adapter.c |