Re: [PATCH v8 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-04-30 Thread Rafael J. Wysocki
On Friday, April 27, 2018 6:20:44 PM CEST Jeremy Linton wrote: > Hi, > > Thanks for taking a look at this. > > On 04/27/2018 06:02 AM, Rafael J. Wysocki wrote: > > On Thu, Apr 26, 2018 at 1:31 AM, Jeremy Linton > > wrote: > >> ACPI 6.2 adds a new table, which describes how processing units > >>

Re: [PATCH v8 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-04-27 Thread Jeremy Linton
Hi, Thanks for taking a look at this. On 04/27/2018 06:02 AM, Rafael J. Wysocki wrote: On Thu, Apr 26, 2018 at 1:31 AM, 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

Re: [PATCH v8 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-04-27 Thread Rafael J. Wysocki
On Thu, Apr 26, 2018 at 1:31 AM, 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 proc

[PATCH v8 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-04-25 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