Re: [RFC 3/3] sched/topology: Different sched groups must not have the same balance cpu

From: Peter Zijlstra
Date: Tue Apr 18 2017 - 08:32:30 EST


On Mon, Apr 17, 2017 at 12:34:05PM -0300, Lauro Venancio wrote:
> This patch ensures tree things:
>
> 1) different instances of the same group share the same
> sched_group_capacity instance.
>
> 2) instances of different groups don't share the same
> sched_group_capacity instance.
>
> 3) the group balance cpu must be one of the cpus where the group is
> installed.
>
>
> I am rebasing this patch on top of your patches.

Well, I would rather have 3 patches, each with a comprehensible
changelog.

I had already rebased the patch (trivial) so that's not the problem.
Explaining what and why it does things is.

And as per the usual rules, if it does 3 things it should be 3 patches.