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

2020-09-15 Thread Ranjit Menon
Hi, Tal On 9/13/2020 11:42 AM, Tal Shnaiderman wrote: Subject: [PATCH] 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

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

2020-09-13 Thread Tal Shnaiderman
> Subject: [PATCH] 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 device c

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

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