Re: [PATCH 2/6] spapr_numa: forbid asymmetrical NUMA setups

2020-09-24 Thread Daniel Henrique Barboza
On 9/24/20 5:01 AM, Greg Kurz wrote: On Wed, 23 Sep 2020 16:34:54 -0300 Daniel Henrique Barboza wrote: The pSeries machine does not support asymmetrical NUMA configurations. This doesn't make much of a different since we're not using user input for pSeries NUMA setup, but this will change i

Re: [PATCH 2/6] spapr_numa: forbid asymmetrical NUMA setups

2020-09-24 Thread Greg Kurz
On Wed, 23 Sep 2020 16:34:54 -0300 Daniel Henrique Barboza wrote: > The pSeries machine does not support asymmetrical NUMA > configurations. This doesn't make much of a different > since we're not using user input for pSeries NUMA setup, > but this will change in the next patches. > > To avoid b

[PATCH 2/6] spapr_numa: forbid asymmetrical NUMA setups

2020-09-23 Thread Daniel Henrique Barboza
The pSeries machine does not support asymmetrical NUMA configurations. This doesn't make much of a different since we're not using user input for pSeries NUMA setup, but this will change in the next patches. To avoid breaking existing setups, gate this change by checking for legacy NUMA support.