numam-dpdk/drivers
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
..
baseband baseband/acc100: remove useless checks 2020-11-02 09:24:40 +01:00
bus bus/pci: ignore missing NUMA node on Windows 2021-01-05 23:01:36 +01:00
common common/mlx5: move to formal ASO action API 2020-11-20 21:10:05 +01:00
compress compress/isal: check allocation in queue setup 2020-11-22 13:17:10 +01:00
crypto build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
event event/octeontx2: unlink queues during port release 2020-11-20 18:53:47 +01:00
mempool build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
net net/igc: fix build with gcc optimization level 0 2020-11-27 17:01:59 +01:00
raw raw/ifpga/base: check adapter pointer before dereference 2020-11-13 16:26:54 +01:00
regex regex/mlx5: fix leak on queue setup failure 2020-11-22 15:05:54 +01:00
vdpa common/mlx5: fix name for ConnectX VF device ID 2020-11-20 21:10:05 +01:00
meson.build build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00