Re: [PATCH v4 24/26] arch_numa: switch over to numa_memblks

2024-08-26 Thread Bruno Faccini
On 7 Aug 2024, at 2:41, Mike Rapoport wrote: From: "Mike Rapoport (Microsoft)" Until now arch_numa was directly translating firmware NUMA information to memblock. Using numa_memblks as an intermediate step has a few advantages: * alignment with more battle tested x86 implementation * availabili

Re: [PATCH v4 24/26] arch_numa: switch over to numa_memblks

2024-08-26 Thread Bruno Faccini
On 7 Aug 2024, at 2:41, Mike Rapoport wrote: From: "Mike Rapoport (Microsoft)" mailto:r...@kernel.org>> Until now arch_numa was directly translating firmware NUMA information to memblock. Using numa_memblks as an intermediate step has a few advantages: * alignment with more battle tested x86 imp