Re: [PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected

2013-10-07 Thread Rik van Riel
On 10/07/2013 06:29 AM, Mel Gorman wrote: > A preferred node is selected based on the node the most NUMA hinting > faults was incurred on. There is no guarantee that the task is running > on that node at the time so this patch rescheules the task to run on > the most idle CPU of the selected node

[PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected

2013-10-07 Thread Mel Gorman
A preferred node is selected based on the node the most NUMA hinting faults was incurred on. There is no guarantee that the task is running on that node at the time so this patch rescheules the task to run on the most idle CPU of the selected node when selected. This avoids waiting for the

[PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected

2013-10-07 Thread Mel Gorman
A preferred node is selected based on the node the most NUMA hinting faults was incurred on. There is no guarantee that the task is running on that node at the time so this patch rescheules the task to run on the most idle CPU of the selected node when selected. This avoids waiting for the

Re: [PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected

2013-10-07 Thread Rik van Riel
On 10/07/2013 06:29 AM, Mel Gorman wrote: A preferred node is selected based on the node the most NUMA hinting faults was incurred on. There is no guarantee that the task is running on that node at the time so this patch rescheules the task to run on the most idle CPU of the selected node when

[PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected

2013-09-27 Thread Mel Gorman
A preferred node is selected based on the node the most NUMA hinting faults was incurred on. There is no guarantee that the task is running on that node at the time so this patch rescheules the task to run on the most idle CPU of the selected node when selected. This avoids waiting for the

[PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected

2013-09-27 Thread Mel Gorman
A preferred node is selected based on the node the most NUMA hinting faults was incurred on. There is no guarantee that the task is running on that node at the time so this patch rescheules the task to run on the most idle CPU of the selected node when selected. This avoids waiting for the