Re: [dpdk-dev] [PATCH v5 0/4] Hyper-V netvsc PMD (and VMBus)

2018-05-09 Thread Stephen Hemminger
On Wed, 9 May 2018 14:59:20 + Raslan Darawsheh wrote: > Hi Stephen, > > I'm trying to compile your patches and I'm getting this compilation issue: > /download/dpdk/drivers/net/netvsc/hn_ethdev.c:28:27: fatal error: > rte_bus_vmbus.h: No such file or directory > compilation terminated. > /do

Re: [dpdk-dev] [PATCH v5 0/4] Hyper-V netvsc PMD (and VMBus)

2018-05-09 Thread Raslan Darawsheh
2018 1:58 AM To: dev@dpdk.org Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH v5 0/4] Hyper-V netvsc PMD (and VMBus) 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

[dpdk-dev] [PATCH v5 0/4] Hyper-V netvsc PMD (and VMBus)

2018-04-26 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