Re: [PATCH v8 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array

2021-09-20 Thread Daniel Henrique Barboza
On 9/20/21 06:21, Greg Kurz wrote: On Fri, 17 Sep 2021 18:27:59 -0300 Daniel Henrique Barboza wrote: Introducing a new NUMA affinity, FORM2, requires a new mechanism to switch between affinity modes after CAS. Also, we want FORM2 data structures and functions to be completely separated from

Re: [PATCH v8 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array

2021-09-20 Thread Greg Kurz
On Fri, 17 Sep 2021 18:27:59 -0300 Daniel Henrique Barboza wrote: > Introducing a new NUMA affinity, FORM2, requires a new mechanism to > switch between affinity modes after CAS. Also, we want FORM2 data > structures and functions to be completely separated from the existing > FORM1 code, allowin

[PATCH v8 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array

2021-09-17 Thread Daniel Henrique Barboza
Introducing a new NUMA affinity, FORM2, requires a new mechanism to switch between affinity modes after CAS. Also, we want FORM2 data structures and functions to be completely separated from the existing FORM1 code, allowing us to avoid adding new code that inherits the existing complexity of FORM1