Re: [PATCH v2 3/7] spapr: introduce SpaprMachineClass::numa_assoc_array

2020-09-03 Thread Daniel Henrique Barboza
On 9/2/20 10:51 PM, David Gibson wrote: On Tue, Sep 01, 2020 at 09:56:41AM -0300, Daniel Henrique Barboza wrote: The next step to centralize all NUMA/associativity handling in the spapr machine is to create a 'one stop place' for all things ibm,associativity. This patch introduces numa_assoc

Re: [PATCH v2 3/7] spapr: introduce SpaprMachineClass::numa_assoc_array

2020-09-02 Thread David Gibson
On Tue, Sep 01, 2020 at 09:56:41AM -0300, Daniel Henrique Barboza wrote: > The next step to centralize all NUMA/associativity handling in > the spapr machine is to create a 'one stop place' for all > things ibm,associativity. > > This patch introduces numa_assoc_array, a 2 dimensional array > that

[PATCH v2 3/7] spapr: introduce SpaprMachineClass::numa_assoc_array

2020-09-01 Thread Daniel Henrique Barboza
The next step to centralize all NUMA/associativity handling in the spapr machine is to create a 'one stop place' for all things ibm,associativity. This patch introduces numa_assoc_array, a 2 dimensional array that will store all ibm,associativity arrays of all NUMA nodes. This array is initialized