Re: [PATCH 4/7] sched,numa: simplify task_numa_compare

2014-06-25 Thread Mel Gorman
On Mon, Jun 23, 2014 at 11:41:32AM -0400, r...@redhat.com wrote: > From: Rik van Riel > > When a task is part of a numa_group, the comparison should always use > the group weight, in order to make workloads converge. > > Signed-off-by: Rik van Riel Acked-by: Mel Gorman -- Mel Gorman SUSE La

[PATCH 4/7] sched,numa: simplify task_numa_compare

2014-06-23 Thread riel
From: Rik van Riel When a task is part of a numa_group, the comparison should always use the group weight, in order to make workloads converge. Signed-off-by: Rik van Riel --- kernel/sched/fair.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kernel/sched/fair.c b/ke

[PATCH 4/7] sched,numa: simplify task_numa_compare

2014-06-23 Thread riel
From: Rik van Riel When a task is part of a numa_group, the comparison should always use the group weight, in order to make workloads converge. Signed-off-by: Rik van Riel --- kernel/sched/fair.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kernel/sched/fair.c b/ke