diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2017-06-19 04:12:02 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-06-22 11:30:02 +0200 |
commit | 387bc8b5536eeb0a92f4b4ab553539eaea2ac0ba (patch) | |
tree | 8c2069d1ac3f47a337e338b6425c565f24d92630 /init | |
parent | a0db971e4eb69fc84eb3d7ef94f718b483550b4a (diff) | |
download | linux-387bc8b5536eeb0a92f4b4ab553539eaea2ac0ba.tar.gz linux-387bc8b5536eeb0a92f4b4ab553539eaea2ac0ba.tar.bz2 linux-387bc8b5536eeb0a92f4b4ab553539eaea2ac0ba.zip |
sched/fair: Spare idle load balancing on nohz_full CPUs
Although idle load balancing obviously only concerns idle CPUs, it can
be a disturbance on a busy nohz_full CPU. Indeed a CPU can only get rid
of an idle load balancing duty once a tick fires while it runs a task
and this can take a while on a nohz_full CPU.
We could fix that and escape the idle load balancing duty from the very
idle exit path but that would bring unecessary overhead. Lets just not
bother and leave that job to housekeeping CPUs (those outside nohz_full
range). The nohz_full CPUs simply don't want any disturbance.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1497838322-10913-4-git-send-email-fweisbec@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions