[dpdk-dev] [PATCH 7/7] bus/pci: support Windows with bifurcated drivers

2020-04-22 Thread talshn
From: Tal Shnaiderman Uses SetupAPI.h functions to scan PCI tree. Uses DEVPKEY_Device_Numa_Node to get the PCI Numa node. scanning currently supports types RTE_KDRV_NONE. Signed-off-by: Tal Shnaiderman --- drivers/bus/pci/windows/pci.c| 342 ++- lib/libr

Re: [dpdk-dev] [PATCH 7/7] bus/pci: support Windows with bifurcated drivers

2020-04-27 Thread Narcisa Ana Maria Vasile
On Wed, Apr 22, 2020 at 10:27:47AM +0300, tal...@mellanox.com wrote: > From: Tal Shnaiderman > > Uses SetupAPI.h functions to scan PCI tree. > Uses DEVPKEY_Device_Numa_Node to get the PCI Numa node. > scanning currently supports types RTE_KDRV_NONE. > > Signed-off-by: Tal Shnaiderman > --- > d

Re: [dpdk-dev] [PATCH 7/7] bus/pci: support Windows with bifurcated drivers

2020-04-28 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH 7/7] bus/pci: support Windows with > bifurcated drivers > > On Wed, Apr 22, 2020 at 10:27:47AM +0300, tal...@mellanox.com wrote: > > From: Tal Shnaiderman > > > > Uses SetupAPI.h functions to scan PCI tree. > > Uses DEVPKEY_