Re: [PATCH v5 05/10] acpi: numa: Export node_to_pxm()

2025-03-11 Thread Tianyu Lan
On Thu, Feb 27, 2025 at 7:10 AM Nuno Das Neves wrote: > > node_to_pxm() is used by hv_numa_node_to_pxm_info(). > That helper will be used by Hyper-V root partition module code > when CONFIG_MSHV_ROOT=m. > > Signed-off-by: Nuno Das Neves > --- Reviewed-by: Tianyu Lan -- Thanks Tianyu Lan

RE: [PATCH v5 05/10] acpi: numa: Export node_to_pxm()

2025-03-06 Thread Michael Kelley
From: Nuno Das Neves > > node_to_pxm() is used by hv_numa_node_to_pxm_info(). > That helper will be used by Hyper-V root partition module code > when CONFIG_MSHV_ROOT=m. > > Signed-off-by: Nuno Das Neves Reviewed-by: Michael Kelley > --- > drivers/acpi/numa/srat.c | 1 + > 1 file changed, 1

Re: [PATCH v5 05/10] acpi: numa: Export node_to_pxm()

2025-02-27 Thread Easwar Hariharan
On 2/26/2025 3:07 PM, Nuno Das Neves wrote: > node_to_pxm() is used by hv_numa_node_to_pxm_info(). > That helper will be used by Hyper-V root partition module code > when CONFIG_MSHV_ROOT=m. > > Signed-off-by: Nuno Das Neves > --- > drivers/acpi/numa/srat.c | 1 + > 1 file changed, 1 insertion(+

Re: [PATCH v5 05/10] acpi: numa: Export node_to_pxm()

2025-02-26 Thread Stanislav Kinsburskii
On Wed, Feb 26, 2025 at 03:07:59PM -0800, Nuno Das Neves wrote: > node_to_pxm() is used by hv_numa_node_to_pxm_info(). > That helper will be used by Hyper-V root partition module code > when CONFIG_MSHV_ROOT=m. > Reviewed-by: Stanislav Kinsburskii

[PATCH v5 05/10] acpi: numa: Export node_to_pxm()

2025-02-26 Thread Nuno Das Neves
node_to_pxm() is used by hv_numa_node_to_pxm_info(). That helper will be used by Hyper-V root partition module code when CONFIG_MSHV_ROOT=m. Signed-off-by: Nuno Das Neves --- drivers/acpi/numa/srat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/acpi/numa/srat.c b/drivers/acpi/numa