Re: [PATCH] sched/fair: Load balance aggressively for SCHED_IDLE CPUs

From: Steven Rostedt
Date: Thu Jan 02 2020 - 12:29:07 EST


On Tue, 24 Dec 2019 10:43:30 +0530
Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:

> This is tested on ARM64 Hikey620 platform (octa-core) with the help of
> rt-app and it is verified, using kernel traces, that the newly
> SCHED_IDLE CPU does load balancing shortly after it becomes SCHED_IDLE
> and pulls tasks from other busy CPUs.

Can you post the actual steps you used to test this and show the before
and after results? Then others can reproduce what you have shown and
even run other tests to see if this change has any other side effects.

Thanks!

-- Steve