Re: [PATCH v12 0/7] Make cpuid <-> nodeid mapping persistent

2016-09-13 Thread Dou Liyang
Ping... At 09/02/2016 02:57 PM, Dou Liyang wrote: Ping... At 08/25/2016 04:35 PM, Dou Liyang wrote: [Summary] Use ACPI tables: MADT, DSDT. 1. Create cpuid in order based on Local Apic ID in MADT(apicid). 2. Obtain the nodeid by the proc_id in DSDT. 3. Make the cpuid <-> nodeid mapping persist

Re: [PATCH v12 0/7] Make cpuid <-> nodeid mapping persistent

2016-09-01 Thread Dou Liyang
Ping... At 08/25/2016 04:35 PM, Dou Liyang wrote: [Summary] Use ACPI tables: MADT, DSDT. 1. Create cpuid in order based on Local Apic ID in MADT(apicid). 2. Obtain the nodeid by the proc_id in DSDT. 3. Make the cpuid <-> nodeid mapping persistent. The mapping relations: proc_id in DSDT <--> P

Re: [PATCH v12 0/7] Make cpuid <-> nodeid mapping persistent

2016-08-25 Thread Dou Liyang
Hi all, These patches are used to fixing the memory allocation failure. and it's fine from the ACPI perspective. I hope that RJ can apply them. Due to these patches are also related to x86 and mm, so, I need the ACKs from the x86 and mm maintainers. :) Thanks, Dou. At 08/25/2016 04:35 PM, D

[PATCH v12 0/7] Make cpuid <-> nodeid mapping persistent

2016-08-25 Thread Dou Liyang
[Summary] Use ACPI tables: MADT, DSDT. 1. Create cpuid in order based on Local Apic ID in MADT(apicid). 2. Obtain the nodeid by the proc_id in DSDT. 3. Make the cpuid <-> nodeid mapping persistent. The mapping relations: proc_id in DSDT <--> Processor ID in MADT(acpiid) <--> Local Apic ID in MA