Re: [PATCH v3 10/12] sched/numa: fix record hinting faults check

2013-12-09 Thread Naoya Horiguchi
On Sun, Dec 08, 2013 at 02:14:51PM +0800, Wanpeng Li wrote: > Adjust numa_scan_period in task_numa_placement, depending on how much useful > work the numa code can do. The local faults and remote faults should be used > to check if there is record hinting faults instead of local faults and shared

Re: [PATCH v3 10/12] sched/numa: fix record hinting faults check

2013-12-09 Thread Naoya Horiguchi
On Sun, Dec 08, 2013 at 02:14:51PM +0800, Wanpeng Li wrote: Adjust numa_scan_period in task_numa_placement, depending on how much useful work the numa code can do. The local faults and remote faults should be used to check if there is record hinting faults instead of local faults and shared

[PATCH v3 10/12] sched/numa: fix record hinting faults check

2013-12-07 Thread Wanpeng Li
Adjust numa_scan_period in task_numa_placement, depending on how much useful work the numa code can do. The local faults and remote faults should be used to check if there is record hinting faults instead of local faults and shared faults. This patch fix it. Signed-off-by: Wanpeng Li ---

[PATCH v3 10/12] sched/numa: fix record hinting faults check

2013-12-07 Thread Wanpeng Li
Adjust numa_scan_period in task_numa_placement, depending on how much useful work the numa code can do. The local faults and remote faults should be used to check if there is record hinting faults instead of local faults and shared faults. This patch fix it. Signed-off-by: Wanpeng Li