On Wed, 3 Mar 2021, Ranjit Menon wrote:
On 2/28/2021 10:52 PM, Khoa To wrote:
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(-)
This last change appears to be a formatting change. Was it required by
checkpatch?
Other than that...
Acked-by: Ranjit Menon <ranjit.me...@intel.com>
Thanks, Ranjit. Yes, v4 was just some white-space fixes for a CI warning.