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


Groups > linux.kernel > #1725176

[PATCH V13 0/4] powerpc/vphn: Update CPU topology when VPHN enabled

From Michael Bringmann <mwb@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH V13 0/4] powerpc/vphn: Update CPU topology when VPHN enabled
Date 2017-09-01 17:50 +0200
Message-ID <ukWmK-71s-19@gated-at.bofh.it> (permalink)
Organization IBM Linux Technology Center

Show all headers | View raw


powerpc/numa: On Power systems with shared configurations of CPUs
and memory, there are some issues with the association of additional
CPUs and memory to nodes when hot-adding resources.  This patch
addresses some of those problems.

First, it corrects the currently broken capability to set the
topology for shared CPUs in LPARs.  At boot time for shared CPU
lpars, the topology for each CPU was being set to node zero.  Now
when numa_update_cpu_topology() is called appropriately, the Virtual
Processor Home Node (VPHN) capabilities information provided by the
pHyp allows the appropriate node in the shared configuration to be
selected for the CPU.

Next, it updates the initialization checks to independently recognize
PRRN or VPHN support.

Next, during hotplug CPU operations, it resets the timer on topology
update work function to a small value to better ensure that the CPU
topology is detected and configured sooner.

Also, fix an end-of-updates processing problem observed occasionally
in numa_update_cpu_topology().

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

Michael Bringmann (4):
  powerpc/vphn: Update CPU topology when VPHN enabled
  powerpc/vphn: Improve recognition of PRRN/VPHN
  powerpc/hotplug: Improve responsiveness of hotplug change
  powerpc/vphn:
---
Changes in V13:
  -- Split into multiple smaller patches

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


Thread

[PATCH V13 0/4] powerpc/vphn: Update CPU topology when VPHN enabled Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-09-01 17:50 +0200
  [PATCH V13 1/4] powerpc/vphn: Update CPU topology when VPHN enabled Michael Bringmann <mwb@linux.vnet.ibm.com> - 2017-09-01 17:50 +0200
    Re: [PATCH V13 1/4] powerpc/vphn: Update CPU topology when VPHN  enabled Nathan Fontenot <nfont@linux.vnet.ibm.com> - 2017-09-06 16:30 +0200

csiph-web