RE: [PATCH v7 00/13] Support PPTT for ARM64

2018-03-14 Thread vkilari
Hi Jeremy, > -Original Message- > From: Jeremy Linton > Sent: Thursday, March 1, 2018 3:36 AM > To: linux-a...@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org; sudeep.ho...@arm.com; > lorenzo.pieral...@arm.com; hanjun@linaro.org; r...@rjwysocki.net; > will.dea...@arm.com; c

Re: [PATCH v7 00/13] Support PPTT for ARM64

2018-03-08 Thread Jeremy Linton
Hi, First thanks for testing this!! On 03/08/2018 09:59 AM, Ard Biesheuvel wrote: On 27 February 2018 at 18:49, Jeremy Linton wrote: On 03/01/2018 06:06 AM, Sudeep Holla wrote: Hi Jeremy, On 28/02/18 22:06, Jeremy Linton wrote: ACPI 6.2 adds the Processor Properties Topology Table (PPTT)

Re: [PATCH v7 00/13] Support PPTT for ARM64

2018-03-08 Thread Ard Biesheuvel
On 27 February 2018 at 18:49, Jeremy Linton wrote: > On 03/01/2018 06:06 AM, Sudeep Holla wrote: >> >> Hi Jeremy, >> >> On 28/02/18 22:06, Jeremy Linton wrote: >>> >>> ACPI 6.2 adds the Processor Properties Topology Table (PPTT), which is >>> used to describe the processor and cache topology. Idea

Re: [PATCH v7 00/13] Support PPTT for ARM64

2018-03-01 Thread Jeremy Linton
On 03/01/2018 06:06 AM, Sudeep Holla wrote: Hi Jeremy, On 28/02/18 22:06, Jeremy Linton wrote: ACPI 6.2 adds the Processor Properties Topology Table (PPTT), which is used to describe the processor and cache topology. Ideally it is used to extend/override information provided by the hardware, bu

Re: [PATCH v7 00/13] Support PPTT for ARM64

2018-03-01 Thread Sudeep Holla
Hi Jeremy, On 28/02/18 22:06, Jeremy Linton wrote: > ACPI 6.2 adds the Processor Properties Topology Table (PPTT), which is > used to describe the processor and cache topology. Ideally it is > used to extend/override information provided by the hardware, but > right now ARM64 is entirely dependent