[dpdk-dev] [PATCH v2] bus/pci: fix probing for non-netuio bound devices

Thomas Monjalon thomas at monjalon.net
Tue Mar 16 12:20:15 CET 2021


> > Implement rte_pci_map_device() to distinguish between the devices bound
> > to netuio and NDIS devices.
> > Only return success for the netuio devices.
> > 
> > v2 changes:
> >         - Extended the comment to mention about mapping
> >         - replaced the return errno value with -1

The changelog should be below the line "---"
so it is skipped when applying the patch.

Missing 'Fixes' tag:
Fixes: c76ec01b4591 ("bus/pci: support netuio on Windows")
Cc: stable at dpdk.org

> > Suggested-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
> > Signed-off-by: Pallavi Kadam <pallavi.kadam at intel.com>
> > Reviewed-by: Ranjit Menon <ranjit.menon at intel.com>
> 
> Acked-by: Tal Shnaiderman <talshn at nvidia.com>

Applied, thanks




More information about the dev mailing list