lkml.org 
[lkml]   [2015]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] Disable sched_numa_balancing on uma systems
Date
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 patchset
- Renames numabalancing_enabled to sched_numa_balancing
- Makes sched_numa_balancing common to CONFIG_SCHED_DEBUG and
!CONFIG_SCHED_DEBUG. Earlier it was only in !CONFIG_SCHED_DEBUG
- Checks for sched_numa_balancing instead of sched_feat(NUMA)
- Removes NUMA sched feature

Srikar Dronamraju (3):
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
sched/numa: Disable sched_numa_balancing on uma systems
sched/numa: Remove NUMA sched feature

kernel/sched/core.c | 16 +++-------------
kernel/sched/fair.c | 8 ++++----
kernel/sched/features.h | 16 ----------------
kernel/sched/sched.h | 10 ++--------
4 files changed, 9 insertions(+), 41 deletions(-)

--
1.8.3.1



\
 
 \ /
  Last update: 2015-08-11 13:21    [W:0.148 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site