Re: [dpdk-dev] [PATCH 3/3] net/netvsc: add hyper-v netvsc network device

2018-04-05 Thread Stephen Hemminger
On Thu, 05 Apr 2018 23:07:45 +0200 Thomas Monjalon wrote: > 05/04/2018 22:59, Stephen Hemminger: > > On Thu, 05 Apr 2018 22:52:31 +0200 > > Thomas Monjalon wrote: > > > > > Hi Stephen, > > > > > > Good to see there is a good progress. > > > > > > This patch should add an entry in the releas

Re: [dpdk-dev] [PATCH 3/3] net/netvsc: add hyper-v netvsc network device

2018-04-05 Thread Thomas Monjalon
05/04/2018 22:59, Stephen Hemminger: > On Thu, 05 Apr 2018 22:52:31 +0200 > Thomas Monjalon wrote: > > > Hi Stephen, > > > > Good to see there is a good progress. > > > > This patch should add an entry in the release notes. > > But I guess it is not ready for 18.05? [...] > > > +The following

Re: [dpdk-dev] [PATCH 3/3] net/netvsc: add hyper-v netvsc network device

2018-04-05 Thread Stephen Hemminger
On Thu, 05 Apr 2018 22:52:31 +0200 Thomas Monjalon wrote: > Hi Stephen, > > Good to see there is a good progress. > > This patch should add an entry in the release notes. > But I guess it is not ready for 18.05? > > > 05/04/2018 21:13, Stephen Hemminger: > > +# > > +# Compile native PMD for H

Re: [dpdk-dev] [PATCH 3/3] net/netvsc: add hyper-v netvsc network device

2018-04-05 Thread Thomas Monjalon
Hi Stephen, Good to see there is a good progress. This patch should add an entry in the release notes. But I guess it is not ready for 18.05? 05/04/2018 21:13, Stephen Hemminger: > +# > +# Compile native PMD for Hyper-V/Azure > +# > +CONFIG_RTE_LIBRTE_NETVSC_PMD=n > +CONFIG_RTE_LIBRTE_NETVSC_DE

[dpdk-dev] [PATCH 3/3] net/netvsc: add hyper-v netvsc network device

2018-04-05 Thread Stephen Hemminger
From: Stephen Hemminger Add VMBUS network device PMD. This code is based off of the FreeBSD driver. The file and variable names are kept the same to help with understanding (with most of the BSD style warts removed). Signed-off-by: Stephen Hemminger --- MAINTAINERS