RE: [PATCH 13/37] xen/x86: decouple processor_nodes_parsed from acpi numa functions

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月25日 17:49 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 13/37] xen/x86: decouple processor_nodes_parsed from

Re: [PATCH 13/37] xen/x86: decouple processor_nodes_parsed from acpi numa functions

2022-01-25 Thread Jan Beulich
On 23.09.2021 14:02, Wei Chen wrote: > --- a/xen/arch/x86/srat.c > +++ b/xen/arch/x86/srat.c > @@ -104,6 +104,11 @@ nodeid_t setup_node(unsigned pxm) > return node; > } > > +void __init numa_set_processor_nodes_parsed(nodeid_t node) Besides (nit) the stray blank here, earlier comments ap

Re: [PATCH 13/37] xen/x86: decouple processor_nodes_parsed from acpi numa functions

2021-09-23 Thread Stefano Stabellini
+x86 maintainers On Thu, 23 Sep 2021, Wei Chen wrote: > Xen is using processor_nodes_parsed to record parsed processor nodes > from ACPI table or other firmware provided resource table. This > variable is used in ACPI numa functions directly. In follow-up > patchs, neutral NUMA code will be abstr