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
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
>
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
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
+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
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