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

2023-04-20 Thread Jerin Jacob
On Thu, Apr 13, 2023 at 1:31 AM Carrillo, Erik G wrote: > > > -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 > > Sub

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 timeout event wait behavior > > Imp

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