Re: [PATCH] ACPI : Update platform device numa node based on _PXM method

2017-03-29 Thread Rafael J. Wysocki
On Wed, Mar 29, 2017 at 12:51 AM, Shanker Donthineni wrote: > Hi Rafael, > > > On 03/28/2017 05:15 PM, Rafael J. Wysocki wrote: >> On Tuesday, March 28, 2017 05:14:13 PM Shanker Donthineni wrote: >>> Hi Rafael, >>> >>> >>> On 03/28/2017 04:43 PM, Rafael J. Wysocki wrote: On Tuesday, March 21,

Re: [PATCH] ACPI : Update platform device numa node based on _PXM method

2017-03-28 Thread Shanker Donthineni
Hi Rafael, On 03/28/2017 05:15 PM, Rafael J. Wysocki wrote: > On Tuesday, March 28, 2017 05:14:13 PM Shanker Donthineni wrote: >> Hi Rafael, >> >> >> On 03/28/2017 04:43 PM, Rafael J. Wysocki wrote: >>> On Tuesday, March 21, 2017 09:54:30 AM Shanker Donthineni wrote: The optional _PXM method

Re: [PATCH] ACPI : Update platform device numa node based on _PXM method

2017-03-28 Thread Rafael J. Wysocki
On Tuesday, March 28, 2017 05:14:13 PM Shanker Donthineni wrote: > Hi Rafael, > > > On 03/28/2017 04:43 PM, Rafael J. Wysocki wrote: > > On Tuesday, March 21, 2017 09:54:30 AM Shanker Donthineni wrote: > >> The optional _PXM method evaluates to an integer that identifies the > >> proximity domain

Re: [PATCH] ACPI : Update platform device numa node based on _PXM method

2017-03-28 Thread Shanker Donthineni
Hi Rafael, On 03/28/2017 04:43 PM, Rafael J. Wysocki wrote: > On Tuesday, March 21, 2017 09:54:30 AM Shanker Donthineni wrote: >> The optional _PXM method evaluates to an integer that identifies the >> proximity domain of a device object. This patch implements support for >> ACPI _PXM method and

Re: [PATCH] ACPI : Update platform device numa node based on _PXM method

2017-03-28 Thread Rafael J. Wysocki
On Tuesday, March 21, 2017 09:54:30 AM Shanker Donthineni wrote: > The optional _PXM method evaluates to an integer that identifies the > proximity domain of a device object. This patch implements support for > ACPI _PXM method and updates the platform device numa node id using > acpi_get_node(), w

[PATCH] ACPI : Update platform device numa node based on _PXM method

2017-03-21 Thread Shanker Donthineni
The optional _PXM method evaluates to an integer that identifies the proximity domain of a device object. This patch implements support for ACPI _PXM method and updates the platform device numa node id using acpi_get_node(), which provides the PXM to NUMA mapping information. Signed-off-by: Shanke