RE: [PATCH v3 02/17] xen/arm: implement helpers to get and update NUMA status

2023-04-20 Thread Henry Wang
Hi Jan, > -Original Message- > From: Jan Beulich > Subject: Re: [PATCH v3 02/17] xen/arm: implement helpers to get and update > NUMA status > > --- > > v2 -> v3: > > 1. Rename the first entry of enum dt_numa_status as DT_NUMA_DEFAULT. > > 2. Make

Re: [PATCH v3 02/17] xen/arm: implement helpers to get and update NUMA status

2023-04-20 Thread Jan Beulich
On 20.04.2023 13:25, Henry Wang wrote: > From: Wei Chen > > NUMA has one global and one implementation specific switches. For > ACPI NUMA implementation, Xen has acpi_numa, so we introduce > device_tree_numa for device tree NUMA implementation. And use > enumerations to indicate init, off and on

[PATCH v3 02/17] xen/arm: implement helpers to get and update NUMA status

2023-04-20 Thread Henry Wang
From: Wei Chen NUMA has one global and one implementation specific switches. For ACPI NUMA implementation, Xen has acpi_numa, so we introduce device_tree_numa for device tree NUMA implementation. And use enumerations to indicate init, off and on status. arch_numa_disabled will get device_tree_nu