> > 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: [email protected]
> > Suggested-by: Dmitry Kozlyuk <[email protected]>
> > Signed-off-by: Pallavi Kadam <[email protected]>
> > Reviewed-by: Ranjit Menon <[email protected]>
>
> Acked-by: Tal Shnaiderman <[email protected]>
Applied, thanks