> > 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: sta...@dpdk.org > > 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> > > Acked-by: Tal Shnaiderman <tal...@nvidia.com> Applied, thanks