Re: [dpdk-dev] [PATCH v2 0/4] Hyper-V Netvsc PMD

2018-04-18 Thread Raslan Darawsheh
t: Re: [dpdk-dev] [PATCH v2 0/4] Hyper-V Netvsc PMD On Tue, 17 Apr 2018 09:02:45 + Raslan Darawsheh wrote: > Hi Stephan, > > I've just tried to apply your patches on top of current master branch and I > have the following two issues: > 1- compilation is failing with

Re: [dpdk-dev] [PATCH v2 0/4] Hyper-V Netvsc PMD

2018-04-17 Thread Stephen Hemminger
On Tue, 17 Apr 2018 09:02:45 + Raslan Darawsheh wrote: > Hi Stephan, > > I've just tried to apply your patches on top of current master branch and I > have the following two issues: > 1- compilation is failing with the following error when compiling with > RTE_TARGET=x86_64-native-linuxapp

Re: [dpdk-dev] [PATCH v2 0/4] Hyper-V Netvsc PMD

2018-04-17 Thread Raslan Darawsheh
ced one additional new dependency which is uuid-dev and I think you might be missing the documentation of that. Kindest regards, Raslan Darawsheh > -Original Message- > From: dev On Behalf Of Stephen Hemminger > Sent: Tuesday, April 17, 2018 2:25 AM > To: dev@dpdk.org

[dpdk-dev] [PATCH v2 0/4] Hyper-V Netvsc PMD

2018-04-16 Thread Stephen Hemminger
This is a revised version of the Hyper-V native bus (VMbus) and network device (netvsc) drivers. This virtual device is used in Microsoft Hyper-V in Windows 10, Windows Server 2016 and Azure. Most of this code was extracted from FreeBSD and some of this is from earlier code donated by Brocade. Onl