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

2021-03-04 Thread Narcisa Ana Maria Vasile
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 > Signed-off-by: Pallavi Kadam > Reviewed-by: Ranj

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

2021-02-10 Thread Kadam, Pallavi
On 2/9/2021 10:00 PM, Tal Shnaiderman wrote: Subject: [PATCH] bus/pci: fix probing for non-netuio bound devices External email: Use caution opening links or attachments Implement rte_pci_map_device() to distinguish between the devices bound to netuio and NDIS devices. Only return success for

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

2021-02-09 Thread Tal Shnaiderman
> Subject: [PATCH] bus/pci: fix probing for non-netuio bound devices > > External email: Use caution opening links or attachments > > > Implement rte_pci_map_device() to distinguish between the devices bound > to netuio and NDIS devices. > Only return success for the netuio devices. > > Suggest

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

2021-02-09 Thread Pallavi Kadam
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 Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- drivers/bus/pci/windows/pci.c | 15 +++ 1 file cha