Re: [dpdk-dev] [PATCH] pci/windows: do not fail on missing NUMA node for PCIe

2020-12-14 Thread Ranjit Menon
On 12/13/2020 6:16 AM, Tal Shnaiderman wrote: On older processors, NUMA isn't bound to PCIe locality. those cases return ERROR_NOT_FOUND in response to the SetupDiGetDevicePropertyW call with DEVPKEY_Device_Numa_Node attribute. This error fails the probe process for the PCIe device. this commit

Re: [dpdk-dev] [PATCH] pci/windows: do not fail on missing NUMA node for PCIe

2020-12-13 Thread Dmitry Kozlyuk
On Sun, 13 Dec 2020 16:16:04 +0200, Tal Shnaiderman wrote: > On older processors, NUMA isn't bound to PCIe locality. > those cases return ERROR_NOT_FOUND in response to the > SetupDiGetDevicePropertyW call with DEVPKEY_Device_Numa_Node > attribute. > > This error fails the probe process for the PC

Re: [dpdk-dev] [PATCH] pci/windows: do not fail on missing NUMA node for PCIe

2020-12-13 Thread Odi Assli
> Subject: [PATCH] pci/windows: do not fail on missing NUMA node for PCIe > > On older processors, NUMA isn't bound to PCIe locality. > those cases return ERROR_NOT_FOUND in response to the > SetupDiGetDevicePropertyW call with DEVPKEY_Device_Numa_Node > attribute. > > This error fails the probe

[dpdk-dev] [PATCH] pci/windows: do not fail on missing NUMA node for PCIe

2020-12-13 Thread Tal Shnaiderman
On older processors, NUMA isn't bound to PCIe locality. those cases return ERROR_NOT_FOUND in response to the SetupDiGetDevicePropertyW call with DEVPKEY_Device_Numa_Node attribute. This error fails the probe process for the PCIe device. this commit will ignore such failure and will set the numa_n