Re: [dpdk-dev] [PATCH v5] bus/pci: netuio interface for windows

2020-10-06 Thread Kadam, Pallavi
On 9/29/2020 1:28 AM, Tal Shnaiderman wrote: Subject: [PATCH v5] bus/pci: netuio interface for windows This patch adds implementations to probe PCI devices bound to netuio with the help of "netuio" class device changes. Now Windows will support both "netuio" and "net" device class and can set

Re: [dpdk-dev] [PATCH v5] bus/pci: netuio interface for windows

2020-09-30 Thread Tal Shnaiderman
> Subject: Re: [PATCH v5] bus/pci: netuio interface for windows > > Hi Tal, > > The issue I raised is slightly different: How do we distinguish between > different GUID_DEVCLASS_NET class devices - those that can support DPDK > and those that can't? > > For instance, say we have 3 NICs in the sy

Re: [dpdk-dev] [PATCH v5] bus/pci: netuio interface for windows

2020-09-29 Thread Ranjit Menon
Hi Tal, On 9/29/2020 1:28 AM, Tal Shnaiderman wrote: [snip] In general: Regarding the issue Ranjit mentioned in the last community call on duplicated detection of netuio devices both as GUID_DEVCLASS_NETUIO and GUID_DEVCLASS_NET, in pci_scan_one there is actually code that take cares of dupli

Re: [dpdk-dev] [PATCH v5] bus/pci: netuio interface for windows

2020-09-29 Thread Tal Shnaiderman
> Subject: [PATCH v5] bus/pci: netuio interface for windows > > This patch adds implementations to probe PCI devices bound to netuio with > the help of "netuio" class device changes. > Now Windows will support both "netuio" and "net" device class and can set > kernel driver type based on the devic

[dpdk-dev] [PATCH v5] bus/pci: netuio interface for windows

2020-09-24 Thread Pallavi Kadam
This patch adds implementations to probe PCI devices bound to netuio with the help of "netuio" class device changes. Now Windows will support both "netuio" and "net" device class and can set kernel driver type based on the device class selection. Note: Few definitions and structures have been copi