> Subject: Re: [PATCH v8 8/9] bus/pci: support Windows with bifurcated
> drivers
>
> [snip]
> > + /* kernel driver type is unsupported */
> > + RTE_LOG(DEBUG, EAL,
> > + "kernel driver type for PCI device " PCI_PRI_FMT ","
> > + " is unsuppor
[snip]
> + /* kernel driver type is unsupported */
> + RTE_LOG(DEBUG, EAL,
> + "kernel driver type for PCI device " PCI_PRI_FMT ","
> + " is unsupported",
Nit: log messages usually start with a capital.
> + dev->a
From: Tal Shnaiderman
Uses SetupAPI.h functions to scan PCI tree.
Uses DEVPKEY_Device_Numa_Node to get the PCI NUMA node.
Uses SPDRP_BUSNUMBER and SPDRP_BUSNUMBER to get the BDF.
scanning currently supports types RTE_KDRV_NONE.
Signed-off-by: Tal Shnaiderman
---
drivers/bus/pci/windows/pci.c
3 matches
Mail list logo