Re: [PATCH v2 0/3] Disable sched_numa_balancing on uma systems

2015-09-02 Thread Peter Zijlstra
On Tue, Aug 11, 2015 at 04:30:10PM +0530, Srikar Dronamraju wrote: > With recent commit 2a1ed24 ("sched/numa: Prefer NUMA hotness over cache > hotness") sets sched feature NUMA to true. This can enable numa hinting > faults on a uma system. > > This patchset ensures that numa hinting faults occur

[PATCH v2 0/3] Disable sched_numa_balancing on uma systems

2015-08-11 Thread Srikar Dronamraju
With recent commit 2a1ed24 ("sched/numa: Prefer NUMA hotness over cache hotness") sets sched feature NUMA to true. This can enable numa hinting faults on a uma system. This patchset ensures that numa hinting faults occur only on a numa system by setting/resetting sched_numa_balancing. This patchs