2021-02-28 22:52, Khoa To: > EAL -a and -b options are used to specify which PCI devices are > explicitly allowed or blocked during PCI bus scan. This evaluation > is missing in the Windows implementation of rte_pci_scan. > > This patch provides this missing functionality, so that apps can specify > which NetUIO devices to ignore during PCI bus scan. > > Signed-off-by: Khoa To <k...@linux.microsoft.com> > --- > v4: > * Fix coding style warning with unaligned comments > v3: > * Move the check inside pci_scan_one > * Small change to pci_scan_one to malloc only after checks succeeded > v2: > * Truncate commit description lines to 75 charaters or less > > drivers/bus/pci/windows/pci.c | 23 ++++++++++++++++------- > 1 file changed, 16 insertions(+), 7 deletions(-)
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>