Re: [PATCH] test/event: remove timer state check

2023-08-08 Thread Jerin Jacob
On Fri, Aug 4, 2023 at 9:56 PM Carrillo, Erik G wrote: > > > -Original Message- > > From: pbhagavat...@marvell.com > > Sent: Monday, July 31, 2023 8:29 AM > > To: jer...@marvell.com; Carrillo, Erik G > > Cc: dev@dpdk.org; Pavan Nikhilesh > > Su

RE: [PATCH] test/event: remove timer state check

2023-08-04 Thread Carrillo, Erik G
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Monday, July 31, 2023 8:29 AM > To: jer...@marvell.com; Carrillo, Erik G > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [PATCH] test/event: remove timer state check > > From: Pavan Nikhilesh >

[PATCH] test/event: remove timer state check

2023-07-31 Thread pbhagavatula
From: Pavan Nikhilesh Remove checking if timer state is set to RTE_EVENT_TIMER_NOT_ARMED after the timer has expired as certain timer device implementations might not have access to the rte_event_timer handle of a timer event. Signed-off-by: Pavan Nikhilesh --- app/test/test_event_timer_adapte