numam-dpdk/drivers/bus/pci
Dmitry Kozlyuk 6d10ddb408 bus/pci: fix hardware ID limit on Windows
Length of hardware IDs list is limited by REGSTR_VAL_MAX_HCID_LEN [1],
which is currently 1024. With the old limit of 260, obtaining the list
could fail in a rare occasion of a very long result (no examples known).
This also removes a bogus dependency on the maximum path length.

[1]: https://docs.microsoft.com/en-us/windows-hardware/drivers/install/hardware-ids

Fixes: b762221ac2 ("bus/pci: support Windows with bifurcated drivers")
Cc: stable@dpdk.org

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2021-01-05 13:56:34 +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: fix hardware ID limit on Windows 2021-01-05 13:56:34 +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