diff options
author | Rik van Riel <[email protected]> | 2014-06-23 11:46:14 -0400 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2014-07-05 11:17:35 +0200 |
commit | 6dc1a672ab15604947361dcd02e459effa09bad5 (patch) | |
tree | 1489a94ff9417433749d4adc181ed6952cb807c1 /fs/jbd2/commit.c | |
parent | 28a21745190a0ca613cab817bfe3dc65373158bf (diff) |
sched/numa: Use effective_load() to balance NUMA loads
When CONFIG_FAIR_GROUP_SCHED is enabled, the load that a task places
on a CPU is determined by the group the task is in. The active groups
on the source and destination CPU can be different, resulting in a
different load contribution by the same task at its source and at its
destination. As a result, the load needs to be calculated separately
for each CPU, instead of estimated once with task_h_load().
Getting this calculation right allows some workloads to converge,
where previously the last thread could get stuck on another node,
without being able to migrate to its final destination.
Signed-off-by: Rik van Riel <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions