* [PATCH] powerpc: Enable NUMA balancing in pseries[_le]_defconfig
@ 2014-10-21 5:32 Michael Neuling
2014-10-22 7:19 ` Aneesh Kumar K.V
0 siblings, 1 reply; 2+ messages in thread
From: Michael Neuling @ 2014-10-21 5:32 UTC (permalink / raw)
To: Michael Ellerman, Benjamin Herrenschmidt; +Cc: linuxppc-dev, Anton Blanchard
This enables NUMA balancing in pseries[_le]_defconfig.
NUMA balancing can do some nasty things with the low level mm code and
has been causing some issues with the cxl driver. Also distros are
enabling it (eg Ubuntu), so it would be good to get some more test
coverage with it.
Signed-off-by: Michael Neuling <mikey@neuling.org>
--
mpe: This might help us find some bugs in v3.18, but it's probably
better suited for your next tree.
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/=
pseries_defconfig
index dd2a9ca..de51828 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -17,6 +17,8 @@ CONFIG_TASK_XACCT=3Dy
CONFIG_TASK_IO_ACCOUNTING=3Dy
CONFIG_IKCONFIG=3Dy
CONFIG_IKCONFIG_PROC=3Dy
+CONFIG_NUMA_BALANCING=3Dy
+CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=3Dy
CONFIG_CGROUPS=3Dy
CONFIG_CGROUP_FREEZER=3Dy
CONFIG_CGROUP_DEVICE=3Dy
diff --git a/arch/powerpc/configs/pseries_le_defconfig b/arch/powerpc/confi=
gs/pseries_le_defconfig
index 63392f4..db0b636 100644
--- a/arch/powerpc/configs/pseries_le_defconfig
+++ b/arch/powerpc/configs/pseries_le_defconfig
@@ -18,6 +18,8 @@ CONFIG_TASK_XACCT=3Dy
CONFIG_TASK_IO_ACCOUNTING=3Dy
CONFIG_IKCONFIG=3Dy
CONFIG_IKCONFIG_PROC=3Dy
+CONFIG_NUMA_BALANCING=3Dy
+CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=3Dy
CONFIG_CGROUPS=3Dy
CONFIG_CGROUP_FREEZER=3Dy
CONFIG_CGROUP_DEVICE=3Dy
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-22 7:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 5:32 [PATCH] powerpc: Enable NUMA balancing in pseries[_le]_defconfig Michael Neuling
2014-10-22 7:19 ` Aneesh Kumar K.V
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).