Re: [PATCH 9/9] sched: Add pick_task(.core)
From: Peter Zijlstra
Date: Tue Sep 03 2024 - 09:31:48 EST
On Wed, Aug 21, 2024 at 01:05:15PM -1000, Tejun Heo wrote:
> 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.
OK, dropped the last one.
> Everything else looks fine too. Once this patchset gets applied, I'll pull
> and update right away.
And the rest should now be in tip/sched/core