[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c74a32d9-e40c-b976-be19-9ceea91d6fa7@arm.com>
Date: Thu, 19 Mar 2020 11:28:37 +0100
From: Dietmar Eggemann <dietmar.eggemann@....com>
To: Valentin Schneider <valentin.schneider@....com>,
linux-kernel@...r.kernel.org
Cc: mingo@...nel.org, peterz@...radead.org, vincent.guittot@...aro.org
Subject: Re: [PATCH v2 3/9] sched: Remove checks against SD_LOAD_BALANCE
On 11.03.20 19:15, Valentin Schneider wrote:
> Potential users of that flag could have been cpusets and isolcpus.
>
> cpusets don't need it because they define exclusive (i.e. non-overlapping)
> domain spans, see cpuset.cpu_exclusive and cpuset.sched_load_balance.
> If such a cpuset contains a single CPU, it will have the NULL domain
> attached to it. If it contains several CPUs, none of their domains will
> extend beyond the span of the cpuset.
There are also non-exclusive cpusets but I assume the statement is the same.
CPUs which are only used in cpusets with cpuset.sched_load_balance=0 are
attached to the NULL sched-domain.
There seems to be no code which alters the SD_LOAD_BALANCE flag.
[...]
Powered by blists - more mailing lists