RE: [PATCH 16/37] xen/x86: export srat_bad to external

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月27日 16:37 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 16/37] xen/x86: export srat_bad to external > &g

Re: [PATCH 16/37] xen/x86: export srat_bad to external

2022-01-27 Thread Jan Beulich
On 27.01.2022 09:35, Wei Chen wrote: > Hi Jan, > >> -Original Message- >> From: Jan Beulich >> Sent: 2022年1月25日 18:22 >> To: Wei Chen >> Cc: Bertrand Marquis ; xen- >> de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org >

RE: [PATCH 16/37] xen/x86: export srat_bad to external

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月25日 18:22 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 16/37] xen/x86: export srat_bad to external > &g

Re: [PATCH 16/37] xen/x86: export srat_bad to external

2022-01-25 Thread Jan Beulich
On 23.09.2021 14:02, Wei Chen wrote: > srat_bad is used when NUMA initialization code scan SRAT failed. > It will turn fw_numa to disabled status. Its implementation depends > on NUMA implementation. We want every NUMA implementation to provide > this function for common initialization code. > > I

Re: [PATCH 16/37] xen/x86: export srat_bad to external

2021-09-23 Thread Stefano Stabellini
+x86 maintainers On Thu, 23 Sep 2021, Wei Chen wrote: > srat_bad is used when NUMA initialization code scan SRAT failed. > It will turn fw_numa to disabled status. Its implementation depends > on NUMA implementation. We want every NUMA implementation to provide > this function for common initiali

[PATCH 16/37] xen/x86: export srat_bad to external

2021-09-23 Thread Wei Chen
srat_bad is used when NUMA initialization code scan SRAT failed. It will turn fw_numa to disabled status. Its implementation depends on NUMA implementation. We want every NUMA implementation to provide this function for common initialization code. In this patch, we export srat_bad to external. Thi