Re: [RFC PATCH 2/4] sched/fair: Make tg->load_avg per node

From: Aaron Lu
Date: Wed Jul 19 2023 - 10:24:04 EST


On Wed, Jul 19, 2023 at 03:53:05PM +0200, Peter Zijlstra wrote:
> On Wed, Jul 19, 2023 at 09:45:00PM +0800, Aaron Lu wrote:
> > I'll rebase this per-node patch on top of below diff.
>
> Oh, please double check I didn't wreck anything. I skipped 'converting'
> the find_*_bit() functions because the users of those iterators might be
> expecting NR_MAXNODES when not found.
>

Sounds more work than I had expected :)

> But perhaps there's more I overlooked.

Got it, will see if I can make it work.