Re: [dpdk-dev] [PATCH v1 57/72] net/mlx5/windows: initial probing implementation

2020-11-10 Thread Narcisa Ana Maria Vasile
On Tue, Oct 27, 2020 at 11:23:20PM +, Ophir Munk wrote: > From: Tal Shnaiderman > > This commit implements mlx5_os_pci_probe API under Windows. It does all > required initializations then it gets the PCI device list using glue API > get_device_list(). Next, all non MLX5 matched devices are f

[dpdk-dev] [PATCH v1 57/72] net/mlx5/windows: initial probing implementation

2020-10-27 Thread Ophir Munk
From: Tal Shnaiderman This commit implements mlx5_os_pci_probe API under Windows. It does all required initializations then it gets the PCI device list using glue API get_device_list(). Next, all non MLX5 matched devices are filtered out. The supported NIC types are: CONNECTX4VF, CONNECTX4LXVF,