From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 3/3] net/netvsc: add hyper-v netvsc network device Date: Thu, 5 Apr 2018 14:19:03 -0700 Message-ID: <20180405141903.44fd59e9@xeon-e3> References: <20180405191305.26813-1-sthemmin@microsoft.com> <8666220.g7qk7zlF1B@xps> <20180405135946.38d4c60b@xeon-e3> <1677469.6C2FXHHyCm@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pl0-f65.google.com (mail-pl0-f65.google.com [209.85.160.65]) by dpdk.org (Postfix) with ESMTP id C9CF81CDE2 for ; Thu, 5 Apr 2018 23:19:05 +0200 (CEST) Received: by mail-pl0-f65.google.com with SMTP id 61-v6so19081196plb.2 for ; Thu, 05 Apr 2018 14:19:05 -0700 (PDT) In-Reply-To: <1677469.6C2FXHHyCm@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 release notes. > > > But I guess it is not ready for 18.05? > > [...] > > > > +The following prerequisites apply: > > > > + > > > > +* Linux kernel uio_hv_generic driver that supports subchannels. This should be present in 4.17 or later. > > > > > > The DPDK policy is to wait for prerequisite be available for merging. > > > > Does linux-next count? > > I would say no, but I could be convinced of the contrary. > Can we have ABI breakage from linux-next to mainline? > What is the benefit of pushing the PMD early? There are already people using earlier versions and sending feeback.