Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Li Zhang
On 2/17/22 2:33 PM, Igor Mammedov wrote: On Thu, 17 Feb 2022 13:24:08 +0100 Li Zhang wrote: On 2/17/22 11:25 AM, Igor Mammedov wrote: On Thu, 17 Feb 2022 10:38:32 +0100 Li Zhang wrote: On 2/17/22 10:10 AM, Igor Mammedov wrote: On Wed, 16 Feb 2022 17:36:13 +0100 Li Zhang wrote:

Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Igor Mammedov
On Thu, 17 Feb 2022 13:24:08 +0100 Li Zhang wrote: > On 2/17/22 11:25 AM, Igor Mammedov wrote: > > On Thu, 17 Feb 2022 10:38:32 +0100 > > Li Zhang wrote: > > > >> On 2/17/22 10:10 AM, Igor Mammedov wrote: > >>> On Wed, 16 Feb 2022 17:36:13 +0100 > >>> Li Zhang wrote: > >>> > If

Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Li Zhang
On 2/17/22 11:25 AM, Igor Mammedov wrote: On Thu, 17 Feb 2022 10:38:32 +0100 Li Zhang wrote: On 2/17/22 10:10 AM, Igor Mammedov wrote: On Wed, 16 Feb 2022 17:36:13 +0100 Li Zhang wrote: If there is no mem or memdev in numa configuration, it always reports the error as the following: to

Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Li Zhang
On 2/17/22 11:25 AM, Igor Mammedov wrote: On Thu, 17 Feb 2022 10:38:32 +0100 Li Zhang wrote: On 2/17/22 10:10 AM, Igor Mammedov wrote: On Wed, 16 Feb 2022 17:36:13 +0100 Li Zhang wrote: If there is no mem or memdev in numa configuration, it always reports the error as the following: to

Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Igor Mammedov
On Thu, 17 Feb 2022 10:38:32 +0100 Li Zhang wrote: > On 2/17/22 10:10 AM, Igor Mammedov wrote: > > On Wed, 16 Feb 2022 17:36:13 +0100 > > Li Zhang wrote: > > > >> If there is no mem or memdev in numa configuration, it always > >> reports the error as the following: > >> > >> total memory for

Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Li Zhang
On 2/17/22 10:10 AM, Igor Mammedov wrote: On Wed, 16 Feb 2022 17:36:13 +0100 Li Zhang wrote: If there is no mem or memdev in numa configuration, it always reports the error as the following: total memory for NUMA nodes (0x0) should equal RAM size (0x1) This error is confusing and the

Re: [PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-17 Thread Igor Mammedov
On Wed, 16 Feb 2022 17:36:13 +0100 Li Zhang wrote: > If there is no mem or memdev in numa configuration, it always > reports the error as the following: > > total memory for NUMA nodes (0x0) should equal RAM size (0x1) > > This error is confusing and the reason is that total memory of n

[PATCH 1/1] numa: check mem or memdev in numa configuration

2022-02-16 Thread Li Zhang
If there is no mem or memdev in numa configuration, it always reports the error as the following: total memory for NUMA nodes (0x0) should equal RAM size (0x1) This error is confusing and the reason is that total memory of numa nodes is always 0 if there is no mem or memdev in numa config