linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V10 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory
@ 2017-08-24 22:07 Michael Bringmann
  2017-08-24 22:07 ` [PATCH V10 1/2] powerpc/numa: Update CPU topology when VPHN enabled Michael Bringmann
  2017-08-24 22:07 ` [PATCH V10 2/2] powerpc/nodes: Ensure enough nodes avail for operations Michael Bringmann
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Bringmann @ 2017-08-24 22:07 UTC (permalink / raw)
  To: linuxppc-dev, linux-kernel
  Cc: nfont, Michael Bringmann from Kernel Team, Michael Ellerman

From: mwb@linux.vnet.ibm.com
To: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Cc: nfont@linux.vnet.ibm.com
Cc: mwb@linux.vnet.ibm.com
Subject: [PATCH V10 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory

On Power systems with shared configurations of CPUs and memory, there
are some issues with association of additional CPUs and memory to nodes
when hot-adding resources.  These patches address some of those problems.

powerpc/numa: Correct the currently broken capability to set the
topology for shared CPUs in LPARs.  At boot time for shared CPU
lpars, the topology for each shared CPU is set to node zero, however,
this is now updated correctly using the Virtual Processor Home Node
(VPHN) capabilities information provided by the pHyp. The VPHN handling
in Linux is disabled, if PRRN handling is present.

Also, update initialization checks for device-tree attributes to
independently recognize PRRN or VPHN usage.

Finally, try to distinguish the VPHN code from the NUMA code better,
and move relevant functions to another file.

powerpc/nodes: On systems like PowerPC which allow 'hot-add' of CPU
or memory resources, it may occur that the new resources are to be
inserted into nodes that were not used for these resources at bootup.
In the kernel, any node that is used must be defined and initialized
at boot.

This patch extracts the value of the 'min_common_depth' element from
the "rtas" device tree property "ibm,max-associativity-domains" to use
as the maximum number of nodes to setup as possibly available in the
system.  [The 'min_common_depth' element is calculated from memory
associations found while loading all of the configured memory into
the system data structures at boot.]  This new setting will override
the instruction,

    nodes_and(node_possible_map, node_possible_map, node_online_map);

presently seen in the function arch/powerpc/mm/numa.c:initmem_init().

If the property is not present at boot, no operation will be performed
to define or enable additional nodes.

Signed-off-by: Michael Bringmann <mwb@linux.vnet.ibm.com>

Michael Bringmann (2):
  powerpc/numa: Update CPU topology when VPHN enabled
  powerpc/nodes: Ensure enough nodes avail for operations
---
Changes in V10:
  -- Reorganize VPHN code
  -- Revise index used with property "ibm,max-associativity-domains"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-28 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 22:07 [PATCH V10 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory Michael Bringmann
2017-08-24 22:07 ` [PATCH V10 1/2] powerpc/numa: Update CPU topology when VPHN enabled Michael Bringmann
2017-08-28 16:25   ` Nathan Fontenot
2017-08-24 22:07 ` [PATCH V10 2/2] powerpc/nodes: Ensure enough nodes avail for operations Michael Bringmann

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).