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

2020-10-14 Thread Thomas Monjalon
09/10/2020 04:12, Narcisa Ana Maria Vasile: > On Thu, Oct 08, 2020 at 11:56:45AM -0700, Pallavi Kadam wrote: > > 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

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

2020-10-08 Thread Narcisa Ana Maria Vasile
On Thu, Oct 08, 2020 at 11:56:45AM -0700, Pallavi Kadam wrote: > 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

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

2020-10-08 Thread Tal Shnaiderman
> Subject: [PATCH v7] 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 devi

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

2020-10-08 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