Re: [PATCH] acpi, numa, ia64: Parse all entries of SRAT memory affinity table

2017-12-04 Thread Rafael J. Wysocki
On Tuesday, November 21, 2017 6:10:53 PM CET Ganapatrao Kulkarni wrote: > On Tue, Nov 21, 2017 at 6:22 PM, Rafael J. Wysocki wrote: > > On Tue, Nov 21, 2017 at 5:16 AM, Ganapatrao Kulkarni > > wrote: > >> On Thu, Nov 16, 2017 at 12:16 AM, Luck, Tony wrote: > This check is already added in

Re: [PATCH] acpi, numa, ia64: Parse all entries of SRAT memory affinity table

2017-11-21 Thread Ganapatrao Kulkarni
On Tue, Nov 21, 2017 at 6:22 PM, Rafael J. Wysocki wrote: > On Tue, Nov 21, 2017 at 5:16 AM, Ganapatrao Kulkarni > wrote: >> On Thu, Nov 16, 2017 at 12:16 AM, Luck, Tony wrote: This check is already added in x86 and extending same to ia64. >>> >>> Looks OK. >>> >>> Acked-by: Tony Luck >>

Re: [PATCH] acpi, numa, ia64: Parse all entries of SRAT memory affinity table

2017-11-21 Thread Rafael J. Wysocki
On Tue, Nov 21, 2017 at 5:16 AM, Ganapatrao Kulkarni wrote: > On Thu, Nov 16, 2017 at 12:16 AM, Luck, Tony wrote: >>> This check is already added in x86 and extending same to ia64. >> >> Looks OK. >> >> Acked-by: Tony Luck > > thanks Tony. > > ACPI Maintainers, > any comments on this patch? i ca

Re: [PATCH] acpi, numa, ia64: Parse all entries of SRAT memory affinity table

2017-11-20 Thread Ganapatrao Kulkarni
On Thu, Nov 16, 2017 at 12:16 AM, Luck, Tony wrote: >> This check is already added in x86 and extending same to ia64. > > Looks OK. > > Acked-by: Tony Luck thanks Tony. ACPI Maintainers, any comments on this patch? i can send rebasing to 4.15-rc1? thanks Ganapat

RE: [PATCH] acpi, numa, ia64: Parse all entries of SRAT memory affinity table

2017-11-15 Thread Luck, Tony
> This check is already added in x86 and extending same to ia64. Looks OK. Acked-by: Tony Luck

[PATCH] acpi, numa, ia64: Parse all entries of SRAT memory affinity table

2017-11-15 Thread Ganapatrao Kulkarni
In current implementation, SRAT Memory Affinity Structure table parsing is restricted to number of maximum memblocks allowed (NR_NODE_MEMBLKS). However NR_NODE_MEMBLKS is defined individually as per architecture requirements. Hence removing the restriction of SRAT Memory Affinity Structure parsing