On Tue, Feb 09, 2021 at 05:40:08PM -0800, Pallavi Kadam wrote: > Implement rte_pci_map_device() to distinguish between the devices bound > to netuio and NDIS devices. > Only return success for the netuio devices. > > Suggested-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com> > Reviewed-by: Ranjit Menon <ranjit.me...@intel.com> > --- > drivers/bus/pci/windows/pci.c | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) > > diff --git a/drivers/bus/pci/windows/pci.c b/drivers/bus/pci/windows/pci.c
Tested-by: Narcisa Vasile <navas...@linux.microsoft.com> Acked-by: Narcisa Vasile <navas...@linux.microsoft.com>