ac7c98d04f
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_node to 0.
Fixes:
|
||
---|---|---|
.. | ||
bsd | ||
linux | ||
windows | ||
meson.build | ||
pci_common_uio.c | ||
pci_common.c | ||
pci_params.c | ||
private.h | ||
rte_bus_pci.h | ||
version.map |