linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc/pseries: Dynamic associativity-lookup-arrays updating
@ 2016-06-20 13:58 Nathan Fontenot
  2016-06-20 14:00 ` [PATCH 1/2] powerpc/pseries: Move property cloning into its own routine Nathan Fontenot
  2016-06-20 14:01 ` [PATCH 2/2] powerpc/pseries: Dynamic add entires to associativity lookup array Nathan Fontenot
  0 siblings, 2 replies; 4+ messages in thread
From: Nathan Fontenot @ 2016-06-20 13:58 UTC (permalink / raw)
  To: linuxppc-dev

The ibm,dynamic-reconfiguration-memory/ibm,associativity-lookup-arrays
property used to track the associativity for LMBs assigned to a system
may not contain all of the possible associativity arrays for the system
at boot time. When a LMB is added to the system and its associativity
array is not present in the lookup array we need to update the lookup
array to contain the new associativity array.

The first patch splits the code that creates a clone of a property into
its own routine so this can be used for cloning any of the properties
used during memory hotplug.

The second patch updates the associativity lookup code to dynamically
add new associativity arrays to the lookup array if they are not
present.

-Nathan

 hotplug-memory.c |  131 ++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 92 insertions(+), 39 deletions(-)
 

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

end of thread, other threads:[~2016-07-17 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 13:58 [PATCH 0/2] powerpc/pseries: Dynamic associativity-lookup-arrays updating Nathan Fontenot
2016-06-20 14:00 ` [PATCH 1/2] powerpc/pseries: Move property cloning into its own routine Nathan Fontenot
2016-07-17 10:28   ` [1/2] " Michael Ellerman
2016-06-20 14:01 ` [PATCH 2/2] powerpc/pseries: Dynamic add entires to associativity lookup array Nathan Fontenot

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