Re: [PATCH] powerpc/pseries: Fix numa FORM2 parsing fallback code

2021-11-08 Thread Michael Ellerman
Nicholas Piggin writes: > Excerpts from Michael Ellerman's message of November 8, 2021 3:20 pm: >> Nicholas Piggin writes: >>> In case the FORM2 distance table from firmware is not the expected size, >>> there is fallback code that just populates the lookup table as local vs >>> remote. >>> >>> H

Re: [PATCH] powerpc/pseries: Fix numa FORM2 parsing fallback code

2021-11-08 Thread Nicholas Piggin
Excerpts from Michael Ellerman's message of November 8, 2021 3:20 pm: > Nicholas Piggin writes: >> In case the FORM2 distance table from firmware is not the expected size, >> there is fallback code that just populates the lookup table as local vs >> remote. >> >> However it then continues on to us

Re: [PATCH] powerpc/pseries: Fix numa FORM2 parsing fallback code

2021-11-07 Thread Michael Ellerman
Nicholas Piggin writes: > In case the FORM2 distance table from firmware is not the expected size, > there is fallback code that just populates the lookup table as local vs > remote. > > However it then continues on to use the distance table. Fix. > > Cc: Aneesh Kumar K.V > Fixes: 1c6b5a7e7405 ("

Re: [PATCH] powerpc/pseries: Fix numa FORM2 parsing fallback code

2021-11-05 Thread Aneesh Kumar K.V
Nicholas Piggin writes: > In case the FORM2 distance table from firmware is not the expected size, > there is fallback code that just populates the lookup table as local vs > remote. > > However it then continues on to use the distance table. Fix. > Reviewed-by: Aneesh Kumar K.V > Cc: Aneesh K