Re: [RESEND PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent

2016-03-02 Thread Zhu Guihua
Hi, On 03/03/2016 10:08 AM, Rafael J. Wysocki wrote: Hi, On Thu, Mar 3, 2016 at 2:42 AM, Zhu Guihua wrote: [Problem] cpuid <-> nodeid mapping is firstly established at boot time. And workqueue caches the mapping in wq_numa_possible_cpumask in wq_numa_init() at boot time. When doing node on

Re: [RESEND PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent

2016-03-02 Thread Rafael J. Wysocki
Hi, On Thu, Mar 3, 2016 at 2:42 AM, Zhu Guihua wrote: > [Problem] > > cpuid <-> nodeid mapping is firstly established at boot time. And workqueue > caches > the mapping in wq_numa_possible_cpumask in wq_numa_init() at boot time. > > When doing node online/offline, cpuid <-> nodeid mapping is >

Re: [RESEND PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent

2016-03-02 Thread Zhu Guihua
Hi Thomas, Ingo, hpa, Would you please help to review the X86 part of this patch-set ? Thanks, Zhu On 03/03/2016 09:42 AM, Zhu Guihua wrote: [Problem] cpuid <-> nodeid mapping is firstly established at boot time. And workqueue caches the mapping in wq_numa_possible_cpumask in wq_numa_init()

[RESEND PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent

2016-03-02 Thread Zhu Guihua
[Problem] cpuid <-> nodeid mapping is firstly established at boot time. And workqueue caches the mapping in wq_numa_possible_cpumask in wq_numa_init() at boot time. When doing node online/offline, cpuid <-> nodeid mapping is established/destroyed, which means, cpuid <-> nodeid mapping will chan

Re: [PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent.

2016-01-24 Thread Tang Chen
Hi tj, I have resent the patch-set and to Rafael and Len. Thanks. On 01/22/2016 05:26 AM, Tejun Heo wrote: Hello, Most changes being in ACPI, I think it probably would be a good idea to cc Rafael and Len Brown. Thanks.

Re: [PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent.

2016-01-21 Thread Tejun Heo
Hello, Most changes being in ACPI, I think it probably would be a good idea to cc Rafael and Len Brown. Thanks. -- tejun

[PATCH v5 0/5] Make cpuid <-> nodeid mapping persistent.

2016-01-20 Thread Tang Chen
[Problem] cpuid <-> nodeid mapping is firstly established at boot time. And workqueue caches the mapping in wq_numa_possible_cpumask in wq_numa_init() at boot time. When doing node online/offline, cpuid <-> nodeid mapping is established/destroyed, which means, cpuid <-> nodeid mapping will chan