]> Pileus Git - ~andy/linux/commit
sched/numa: Use group fault statistics in numa placement
authorMel Gorman <mgorman@suse.de>
Mon, 7 Oct 2013 10:29:27 +0000 (11:29 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Oct 2013 12:47:58 +0000 (14:47 +0200)
commit83e1d2cd9eabec5164afea295ff06b941ae8e4a9
treef1f23d5483b00be3ce851c941de72ea52d6f7a4b
parent5e1576ed0e54d419286a8096133029062b6ad456
sched/numa: Use group fault statistics in numa placement

This patch uses the fraction of faults on a particular node for both task
and group, to figure out the best node to place a task.  If the task and
group statistics disagree on what the preferred node should be then a full
rescan will select the node with the best combined weight.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1381141781-10992-50-git-send-email-mgorman@suse.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/fair.c