Re: [PATCH v11 20/20] timers: Always queue timers on the local CPU

From: Frederic Weisbecker
Date: Wed Feb 21 2024 - 17:57:43 EST


Le Wed, Feb 21, 2024 at 10:05:48AM +0100, Anna-Maria Behnsen a écrit :
> The timer pull model is in place so we can remove the heuristics which try
> to guess the best target CPU at enqueue/modification time.
>
> All non pinned timers are queued on the local CPU in the separate storage
> and eventually pulled at expiry time to a remote CPU.
>
> Originally-by: Richard Cochran (linutronix GmbH) <richardcochran@xxxxxxxxx>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>