numam-dpdk/drivers/bus/pci
Tal Shnaiderman ac7c98d04f bus/pci: ignore missing NUMA node on Windows
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: b762221ac2 ("bus/pci: support Windows with bifurcated drivers")
Cc: stable@dpdk.org

Reported-by: Odi Assli <odia@nvidia.com>
Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Tested-by: Odi Assli <odia@nvidia.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
2021-01-05 23:01:36 +01:00
..
bsd bus/pci: remove unused scan by address 2020-10-20 13:57:57 +02:00
linux bus/pci: remove unused scan by address 2020-10-20 13:57:57 +02:00
windows bus/pci: ignore missing NUMA node on Windows 2021-01-05 23:01:36 +01:00
meson.build drivers: add headers install helper 2020-10-22 14:16:22 +02:00
pci_common_uio.c drivers/bus: reword slave process as secondary 2020-10-20 13:17:08 +02:00
pci_common.c bus/pci: fix comment explaining device naming 2020-11-20 09:58:55 +01:00
pci_params.c devargs: rename enum items with singular form 2018-10-11 13:57:29 +02:00
private.h bus/pci: remove unused scan by address 2020-10-20 13:57:57 +02:00
rte_bus_pci.h bus/pci: query PCI extended capabilities 2020-09-30 19:19:11 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00