Re: [PATCH v2 14/15] sched/deadline: Do not restart the DL server on replenish from timer

From: Daniel Bristot de Oliveira
Date: Fri Apr 05 2024 - 05:11:29 EST


On 3/13/24 02:24, Joel Fernandes (Google) wrote:
> There is no point in doing so if there are no CFS tasks to run. If there
> were, we would be doing ENQUEUE_REPLENISH from the dl_task_timer,
> instead of calling replenish_dl_entity(). Fix that.
>
> Signed-off-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>

Makes sense, adding as part of the defer patch.

-- Daniel