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:
> >>
>
> [...]
>
>
> >>> }
> >>
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
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
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