Re: [PATCH 9/9] sched: Add pick_task(.core)
From: Tejun Heo
Date: Wed Aug 21 2024 - 19:05:22 EST
Hello, Peter.
On Wed, Aug 14, 2024 at 12:25:57AM +0200, Peter Zijlstra wrote:
> In order to distinguish between a regular vs a core pick_task()
> invocation, add a boolean argument.
>
> Notably SCX seems to need this, since its core pick
Tried converting scx to use the new interface and it looks like SCX doesn't
need this either. With small behavior changes around ENQ_LAST and
stopping/running, pick_task() can behave the same for regular and core-sched
cases.
Everything else looks fine too. Once this patchset gets applied, I'll pull
and update right away.
Thanks.
--
tejun