Re: [PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Jerin Jacob
On Thu, Dec 14, 2023 at 10:28 AM Sevincer, Abdullah wrote: > > Acked-by: Abdullah Sevincer Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks event/dlb2: remove unnecessary timer call Consult the timer value only when the driver waits for a tim

Re: [PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Dec 13, 2023 at 11:50:46AM -0500, Aaron Conole wrote: >> Bruce Richardson writes: >> >> > We only need to consult the timer value when the driver waits for a >> > timeout, so skip making the call to get the current timer/TSC value if >> > the timeout is zero,

Re: [PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Bruce Richardson
On Wed, Dec 13, 2023 at 11:50:46AM -0500, Aaron Conole wrote: > Bruce Richardson writes: > > > We only need to consult the timer value when the driver waits for a > > timeout, so skip making the call to get the current timer/TSC value if > > the timeout is zero, as no wait will ever be done. > >

Re: [PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Aaron Conole
Bruce Richardson writes: > We only need to consult the timer value when the driver waits for a > timeout, so skip making the call to get the current timer/TSC value if > the timeout is zero, as no wait will ever be done. > > Signed-off-by: Bruce Richardson > --- Had a bad config value - retryin

Re: [PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Aaron Conole
Bruce Richardson writes: > We only need to consult the timer value when the driver waits for a > timeout, so skip making the call to get the current timer/TSC value if > the timeout is zero, as no wait will ever be done. > > Signed-off-by: Bruce Richardson > --- Recheck-request: github-robot

RE: [PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Sevincer, Abdullah
Acked-by: Abdullah Sevincer

[PATCH] event/dlb2: remove unnecessary timer call

2023-12-13 Thread Bruce Richardson
We only need to consult the timer value when the driver waits for a timeout, so skip making the call to get the current timer/TSC value if the timeout is zero, as no wait will ever be done. Signed-off-by: Bruce Richardson --- drivers/event/dlb2/dlb2.c | 6 -- 1 file changed, 4 insertions(+),