Re: [PATCH] sched, fair: Allow a small load imbalance between low utilisation SD_NUMA domains v4

From: Valentin Schneider
Date: Fri Jan 17 2020 - 09:37:33 EST


On 16/01/2020 16:35, Mel Gorman wrote:
> Any thoughts on whether this is ok for tip or are there suggestions on
> an alternative approach?
>

My main concern was about using number of tasks instead of number of busy
CPUs, which you're doing here, so I'm happy with that side of things.

As for the simpler imbalance heuristic, I don't have any issue with it
either. It's obvious that it caters to pairs of communicating tasks, and
we can try to extend it later on if required.

So yeah, FWIW:
Reviewed-by: Valentin Schneider <valentin.schneider@xxxxxxx>