Re: [PATCH v2 1/6] ACPI/PPTT: Add Processor Properties Topology Table parsing

2017-09-21 Thread Xiongfeng Wang
Hi Jeremy, On 2017/9/22 2:48, Jeremy Linton wrote: > Hi, > > On 09/20/2017 02:15 AM, Xiongfeng Wang wrote: >> Hi Jeremy, >> >> On 2017/9/20 2:47, Jeremy Linton wrote: >>> ACPI 6.2 adds a new table, which describes how processing units >>> are related to each other in tree like fashion. Caches are

Re: [PATCH v2 1/6] ACPI/PPTT: Add Processor Properties Topology Table parsing

2017-09-21 Thread Jeremy Linton
Hi, On 09/20/2017 02:15 AM, Xiongfeng Wang wrote: Hi Jeremy, On 2017/9/20 2:47, Jeremy Linton wrote: ACPI 6.2 adds a new table, which describes how processing units are related to each other in tree like fashion. Caches are also sprinkled throughout the tree and describe the properties of the

Re: [PATCH v2 1/6] ACPI/PPTT: Add Processor Properties Topology Table parsing

2017-09-20 Thread Xiongfeng Wang
Hi Jeremy, On 2017/9/20 2:47, Jeremy Linton wrote: > ACPI 6.2 adds a new table, which describes how processing units > are related to each other in tree like fashion. Caches are > also sprinkled throughout the tree and describe the properties > of the caches in relation to other caches and process

[PATCH v2 1/6] ACPI/PPTT: Add Processor Properties Topology Table parsing

2017-09-19 Thread Jeremy Linton
ACPI 6.2 adds a new table, which describes how processing units are related to each other in tree like fashion. Caches are also sprinkled throughout the tree and describe the properties of the caches in relation to other caches and processing units. Add the code to parse the cache hierarchy and re