diff options
author | Joonsoo Kim <[email protected]> | 2013-04-23 17:27:40 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-04-24 08:52:44 +0200 |
commit | d31980846f9688db3ee3e5863525c6ff8ace4c7c (patch) | |
tree | 92ec80802dd11061e5b1515a0bf41d9b9be22cb1 /tools/perf/scripts/python/sched-migration.py | |
parent | cfc03118047172f5bdc58d63c607d16d33ce5305 (diff) |
sched: Move up affinity check to mitigate useless redoing overhead
Currently, LBF_ALL_PINNED is cleared after affinity check is
passed. So, if task migration is skipped by small load value or
small imbalance value in move_tasks(), we don't clear
LBF_ALL_PINNED. At last, we trigger 'redo' in load_balance().
Imbalance value is often so small that any tasks cannot be moved
to other cpus and, of course, this situation may be continued
after we change the target cpu. So this patch move up affinity
check code and clear LBF_ALL_PINNED before evaluating load value
in order to mitigate useless redoing overhead.
In addition, re-order some comments correctly.
Signed-off-by: Joonsoo Kim <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Tested-by: Jason Low <[email protected]>
Cc: Srivatsa Vaddagiri <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions