Re: [PATCH v2] eventdev/timer: fix timeout event wait behavior

2023-04-20 Thread Jerin Jacob
hagavat...@marvell.com; sta...@dpdk.org > > Subject: [PATCH v2] eventdev/timer: fix timeout event wait behavior > > > > Improved the accuracy and consistency of timeout event wait behavior by > > refactoring it. Previously, the delay function used for waiting could be > > inac

RE: [PATCH v2] eventdev/timer: fix timeout event wait behavior

2023-04-12 Thread Carrillo, Erik G
> -Original Message- > From: Shijith Thotton > Sent: Tuesday, March 21, 2023 12:20 AM > To: Carrillo, Erik G ; jer...@marvell.com > Cc: Shijith Thotton ; dev@dpdk.org; > pbhagavat...@marvell.com; sta...@dpdk.org > Subject: [PATCH v2] eventdev/timer: fix timeou

Re: [PATCH v2] eventdev/timer: fix timeout event wait behavior

2023-04-04 Thread Jerin Jacob
On Tue, Mar 21, 2023 at 10:51 AM Shijith Thotton wrote: > > Improved the accuracy and consistency of timeout event wait behavior by > refactoring it. Previously, the delay function used for waiting could be > inaccurate, leading to inconsistent results. This commit updates the > wait behavior to u

[PATCH v2] eventdev/timer: fix timeout event wait behavior

2023-03-20 Thread Shijith Thotton
Improved the accuracy and consistency of timeout event wait behavior by refactoring it. Previously, the delay function used for waiting could be inaccurate, leading to inconsistent results. This commit updates the wait behavior to use a timeout-based approach, enabling the wait for the exact number