[PATCH 3/7] sched,numa: use effective_load to balance NUMA loads

2014-06-23 Thread riel
From: Rik van Riel 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. This is conveniently calculated for us by effective_load(), which task_numa_compare should use. The active groups on the source and destination CPU can be d

[PATCH 3/7] sched,numa: use effective_load to balance NUMA loads

2014-06-23 Thread riel
From: Rik van Riel 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. This is conveniently calculated for us by effective_load(), which task_numa_compare should use. The active groups on the source and destination CPU can be d