Re: [PATCH] eventdev/timer: move buffer flush call

2023-05-17 Thread Jerin Jacob
On Thu, Apr 13, 2023 at 1:26 AM Erik Gabriel Carrillo wrote: > > The SW event timer adapter attempts to flush its event buffer on every > adapter tick. If events remain in the buffer after the attempt, another > attempt to flush won't occur until the next adapter tick, which delays > the enqueue o

[PATCH] eventdev/timer: move buffer flush call

2023-04-12 Thread Erik Gabriel Carrillo
The SW event timer adapter attempts to flush its event buffer on every adapter tick. If events remain in the buffer after the attempt, another attempt to flush won't occur until the next adapter tick, which delays the enqueue of those events to the event device unecessarily. Move the buffer flush