From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 3/3] net/netvsc: add hyper-v netvsc network device Date: Thu, 05 Apr 2018 23:07:45 +0200 Message-ID: <1677469.6C2FXHHyCm@xps> References: <20180405191305.26813-1-sthemmin@microsoft.com> <8666220.g7qk7zlF1B@xps> <20180405135946.38d4c60b@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Stephen Hemminger , dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 2584E1CDA5 for ; Thu, 5 Apr 2018 23:07:47 +0200 (CEST) In-Reply-To: <20180405135946.38d4c60b@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?