Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1671571

Re: [PATCH V6 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory

From Michael Ellerman <mpe@ellerman.id.au>
Newsgroups linux.kernel
Subject Re: [PATCH V6 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory
Date 2017-06-21 12:00 +0200
Message-ID <tUKAx-4rR-1@gated-at.bofh.it> (permalink)
References <tUt6G-1QX-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Michael Bringmann <mwb@linux.vnet.ibm.com> writes:

> 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/hotplug: 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.  In order to meet both needs, this patch adds a new kernel
> command line option (numnodes=<int>) for use by the PowerPC
> architecture-specific code that defines the maximum number of nodes
> that the kernel will ever need in its current hardware environment.
> The boot code that initializes nodes for PowerPC will read this value
> and use it to ensure that all of the desired nodes are setup in the
> 'node_possible_map', and elsewhere.
>
> 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.
>
> Signed-off-by: Michael Bringmann <mwb@linux.vnet.ibm.com>
>
> Michael Bringmann (2):
>   powerpc/hotplug: Add option to define max nodes allowing dynamic
>       growth of resources.
>   powerpc/numa: Update CPU topology when VPHN enabled
> ---
> Changes in V6:
>   -- Reorder some code to better eliminate unused functions in
>        conditional builds.

What changed between yesterday's V6 and this V6?

If you're going to resend, please bump the version number, we have tools
that parse the subject and version, and resending multiple times with
the same number breaks those.

cheers

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V6 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove  CPUs and memory Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-06-20 17:20 +0200
  [PATCH V6 2/2] powerpc/numa: Update CPU topology when VPHN enabled Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-06-20 17:20 +0200
    Re: [PATCH V6 2/2] powerpc/numa: Update CPU topology when VPHN  enabled kbuild test robot <lkp@intel.com> - 2017-06-25 02:10 +0200
  Re: [PATCH V6 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory Michael Ellerman <mpe@ellerman.id.au> - 2017-06-21 12:00 +0200
    Re: [PATCH V6 0/2] powerpc/dlpar: Correct display of  hot-add/hot-remove CPUs and memory Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-06-21 16:20 +0200

csiph-web