sched/fair: Trigger asym_packing during idle load balance
authorVincent Guittot <vincent.guittot@linaro.org>
Fri, 14 Dec 2018 16:01:56 +0000 (17:01 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 27 Jan 2019 11:29:37 +0000 (12:29 +0100)
commita062d16449c0d2e00d5a54123c9cfadea3f6c763
treedbf17552c1921f634603f229daca97be7449f9b3
parent81a930d3a64a00c5adb2aab28dd1c904045adf57
sched/fair: Trigger asym_packing during idle load balance

Newly idle load balancing is not always triggered when a CPU becomes idle.
This prevents the scheduler from getting a chance to migrate the task
for asym packing.

Enable active migration during idle load balance too.

Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: valentin.schneider@arm.com
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c