Re: [dpdk-dev] [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support

2018-05-13 Thread Stephen Hemminger
On Sun, 13 May 2018 00:02:59 +0200 Thomas Monjalon wrote: > 11/05/2018 18:50, Ferruh Yigit: > > On 5/9/2018 1:26 AM, Stephen Hemminger wrote: > > > Stephen Hemminger (4): > > > bus/vmbus: add hyper-v virtual bus support > > > net/netvsc: add hyper-v netvsc network device > > > net/netvsc:

Re: [dpdk-dev] [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support

2018-05-12 Thread Thomas Monjalon
11/05/2018 18:50, Ferruh Yigit: > On 5/9/2018 1:26 AM, Stephen Hemminger wrote: > > Stephen Hemminger (4): > > bus/vmbus: add hyper-v virtual bus support > > net/netvsc: add hyper-v netvsc network device > > net/netvsc: add documentation > > bus/vmbus and net/netvsc: add meson build support

Re: [dpdk-dev] [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support

2018-05-11 Thread Stephen Hemminger
On Fri, 11 May 2018 17:50:37 +0100 Ferruh Yigit wrote: > On 5/9/2018 1:26 AM, Stephen Hemminger wrote: > > 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 >

Re: [dpdk-dev] [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support

2018-05-11 Thread Ferruh Yigit
On 5/9/2018 1:26 AM, Stephen Hemminger wrote: > 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

[dpdk-dev] [PATCH v6 0/4] Hyper-V netvsc PMD and VMBus support

2018-05-08 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