Re: [dpdk-dev] [dpdk-stable] [PATCH] bus/pci: fix unknown NUMA node value on Windows
From: Thomas Monjalon <hidden>
Date: 2021-09-30 16:22:24
From: Thomas Monjalon <hidden>
Date: 2021-09-30 16:22:24
27/09/2021 20:34, Menon, Ranjit:
On 9/27/2021 11:43 AM, Pallavi Kadam wrote:quoted
Based on the rte_eth_dev_socket_id() documentation, set the default numa_node to -1. When the API is unsuccessful, set numa_node to 0. This change more correctly resembles the Linux code. Fixes: bf7cf1f947bd ("bus/pci: fix unknown NUMA node value on Windows") Cc: stable@dpdk.org Reported-by: Vipin Varghese <redacted> Signed-off-by: Pallavi Kadam <redacted>Acked-by: Ranjit Menon <redacted>
Applied, thanks.