Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-12-01 Thread zhong jiang
On 2017/12/1 16:58, Michal Hocko wrote: > On Fri 01-12-17 16:48:25, zhong jiang wrote: >> +cc more mm maintainer. >> >> Any one has any object. please let me know. > Please repost with the changelog which actually tells 1) what is the > problem 2) why do we need to address it and 3) how do we ad

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-12-01 Thread Michal Hocko
On Fri 01-12-17 16:48:25, zhong jiang wrote: > +cc more mm maintainer. > > Any one has any object. please let me know. Please repost with the changelog which actually tells 1) what is the problem 2) why do we need to address it and 3) how do we address it. -- Michal Hocko SUSE Labs

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-12-01 Thread zhong jiang
+cc more mm maintainer. Any one has any object. please let me know. Thanks zhongjiang On 2017/11/29 17:13, zhong jiang wrote: > Currently, Arm64 and x86 use the common code wehn parsing numa node > in a acpi way. The arm64 will set the parsed node in numa_add_memblk, > but the x86 is not set i

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread zhong jiang
On 2017/11/29 22:14, Dou Liyang wrote: > Hi Jiang, > > At 11/29/2017 09:44 PM, zhong jiang wrote: >> On 2017/11/29 21:33, Michal Hocko wrote: >>> On Wed 29-11-17 21:26:19, zhong jiang wrote: On 2017/11/29 21:01, Michal Hocko wrote: > On Wed 29-11-17 20:41:25, zhong jiang wrote: >> On 2

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread Dou Liyang
Hi Jiang, At 11/29/2017 09:44 PM, zhong jiang wrote: On 2017/11/29 21:33, Michal Hocko wrote: On Wed 29-11-17 21:26:19, zhong jiang wrote: On 2017/11/29 21:01, Michal Hocko wrote: On Wed 29-11-17 20:41:25, zhong jiang wrote: On 2017/11/29 20:03, Michal Hocko wrote: On Wed 29-11-17 17:13:27,

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread zhong jiang
On 2017/11/29 21:33, Michal Hocko wrote: > On Wed 29-11-17 21:26:19, zhong jiang wrote: >> On 2017/11/29 21:01, Michal Hocko wrote: >>> On Wed 29-11-17 20:41:25, zhong jiang wrote: On 2017/11/29 20:03, Michal Hocko wrote: > On Wed 29-11-17 17:13:27, zhong jiang wrote: >> Currently, Arm

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread Michal Hocko
On Wed 29-11-17 21:26:19, zhong jiang wrote: > On 2017/11/29 21:01, Michal Hocko wrote: > > On Wed 29-11-17 20:41:25, zhong jiang wrote: > >> On 2017/11/29 20:03, Michal Hocko wrote: > >>> On Wed 29-11-17 17:13:27, zhong jiang wrote: > Currently, Arm64 and x86 use the common code wehn parsing

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread zhong jiang
On 2017/11/29 21:01, Michal Hocko wrote: > On Wed 29-11-17 20:41:25, zhong jiang wrote: >> On 2017/11/29 20:03, Michal Hocko wrote: >>> On Wed 29-11-17 17:13:27, zhong jiang wrote: Currently, Arm64 and x86 use the common code wehn parsing numa node in a acpi way. The arm64 will set the pa

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread Michal Hocko
On Wed 29-11-17 20:41:25, zhong jiang wrote: > On 2017/11/29 20:03, Michal Hocko wrote: > > On Wed 29-11-17 17:13:27, zhong jiang wrote: > >> Currently, Arm64 and x86 use the common code wehn parsing numa node > >> in a acpi way. The arm64 will set the parsed node in numa_add_memblk, > >> but the x

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread zhong jiang
On 2017/11/29 20:03, Michal Hocko wrote: > On Wed 29-11-17 17:13:27, zhong jiang wrote: >> Currently, Arm64 and x86 use the common code wehn parsing numa node >> in a acpi way. The arm64 will set the parsed node in numa_add_memblk, >> but the x86 is not set in that , then it will result in the repe

Re: [PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread Michal Hocko
On Wed 29-11-17 17:13:27, zhong jiang wrote: > Currently, Arm64 and x86 use the common code wehn parsing numa node > in a acpi way. The arm64 will set the parsed node in numa_add_memblk, > but the x86 is not set in that , then it will result in the repeatly > setting. And the parsed node maybe is

[PATCH] x86/numa: move setting parse numa node to num_add_memblk

2017-11-29 Thread zhong jiang
Currently, Arm64 and x86 use the common code wehn parsing numa node in a acpi way. The arm64 will set the parsed node in numa_add_memblk, but the x86 is not set in that , then it will result in the repeatly setting. And the parsed node maybe is unreasonable to the system. we would better not set