numam-dpdk/drivers/bus
Thomas Monjalon 41e026c1b3 bus/pci: fix Windows kernel driver categories
In Windows probing, the value RTE_PCI_KDRV_NONE was used
instead of RTE_PCI_KDRV_UNKNOWN.
This value covers the mlx case where the kernel driver is in place,
offering a bifurcated mode to the userspace driver.
When the kernel driver is listed as unknown,
there is no special treatment in DPDK probing, contrary to UIO modes.

The value RTE_PCI_KDRV_NIC_UIO (FreeBSD) was re-used
instead of having a new RTE_PCI_KDRV_NET_UIO for Windows NetUIO.
While adding the new value RTE_PCI_KDRV_NET_UIO
(at the end for ABI compatibility),
the enum of kernel driver categories is annotated.

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

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
2021-03-19 16:23:16 +01:00
..
dpaa net/dpaa: support Rx buffer size 2021-02-24 18:03:30 +01:00
fslmc net/dpaa2: enable error queues optionally 2021-02-24 18:03:30 +01:00
ifpga drivers: add headers install helper 2020-10-22 14:16:22 +02:00
pci bus/pci: fix Windows kernel driver categories 2021-03-19 16:23:16 +01:00
vdev bus/vdev: add driver IOVA VA mode requirement 2021-01-29 18:16:09 +01:00
vmbus build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
meson.build config: remove compatibility build defines 2021-01-20 01:43:25 +01:00