RE: [PATCH 11/37] xen/x86: abstract neutral code from acpi_numa_memory_affinity_init

2022-01-26 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月25日 0:51 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 11/37] xen/x86: abstract neutral code from > acpi_n

Re: [PATCH 11/37] xen/x86: abstract neutral code from acpi_numa_memory_affinity_init

2022-01-24 Thread Jan Beulich
On 23.09.2021 14:02, Wei Chen wrote: > There is some code in acpi_numa_memory_affinity_init to update node > memory range and update node_memblk_range array. This code is not > ACPI specific, it can be shared by other NUMA implementation, like > device tree based NUMA implementation. > > So in thi

Re: [PATCH 11/37] xen/x86: abstract neutral code from acpi_numa_memory_affinity_init

2021-09-23 Thread Stefano Stabellini
+x86 maintainers On Thu, 23 Sep 2021, Wei Chen wrote: > There is some code in acpi_numa_memory_affinity_init to update node > memory range and update node_memblk_range array. This code is not > ACPI specific, it can be shared by other NUMA implementation, like > device tree based NUMA implementat

[PATCH 11/37] xen/x86: abstract neutral code from acpi_numa_memory_affinity_init

2021-09-23 Thread Wei Chen
There is some code in acpi_numa_memory_affinity_init to update node memory range and update node_memblk_range array. This code is not ACPI specific, it can be shared by other NUMA implementation, like device tree based NUMA implementation. So in this patch, we abstract this memory range and blocks