Re: [PATCH v6 3/6] spapr: introduce spapr_numa_associativity_reset()

2021-09-16 Thread Greg Kurz
On Wed, 15 Sep 2021 22:32:13 -0300 Daniel Henrique Barboza wrote: > Greg, > > > On 9/14/21 16:58, Daniel Henrique Barboza wrote: > > > > > > On 9/14/21 08:55, Greg Kurz wrote: > >> On Fri, 10 Sep 2021 16:55:36 -0300 > >> Daniel Henrique Barboza wrote: > >> > > [...] > > > >>>   } > >>

Re: [PATCH v6 3/6] spapr: introduce spapr_numa_associativity_reset()

2021-09-15 Thread Daniel Henrique Barboza
Greg, On 9/14/21 16:58, Daniel Henrique Barboza wrote: On 9/14/21 08:55, Greg Kurz wrote: On Fri, 10 Sep 2021 16:55:36 -0300 Daniel Henrique Barboza wrote: [...]   } @@ -167,6 +167,11 @@ static void spapr_numa_FORM1_affinity_init(SpaprMachineState *spapr,   int nb_numa_nodes

Re: [PATCH v6 3/6] spapr: introduce spapr_numa_associativity_reset()

2021-09-14 Thread Daniel Henrique Barboza
On 9/14/21 08:55, Greg Kurz wrote: On Fri, 10 Sep 2021 16:55:36 -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 v6 3/6] spapr: introduce spapr_numa_associativity_reset()

2021-09-14 Thread Greg Kurz
On Fri, 10 Sep 2021 16:55:36 -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