From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6C9DAA2F for ; Wed, 15 Feb 2017 02:17:03 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 14 Feb 2017 17:17:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,163,1484035200"; d="scan'208";a="225400060" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga004.fm.intel.com with ESMTP; 14 Feb 2017 17:17:00 -0800 Date: Wed, 15 Feb 2017 09:19:25 +0800 From: Yuanhan Liu To: "Gray, Mark D" Cc: "Wojciechowicz, RobertX" , "stable@dpdk.org" , "Mcnamara, John" , "Devlin, Michelle" , "Weglicki, MichalX" , Thomas Monjalon Message-ID: <20170215011925.GV20916@yliu-dev.sh.intel.com> References: <20170209125628.GA10377@debian> <20170214024147.GQ20916@yliu-dev.sh.intel.com> <738D45BC1F695740A983F43CFE1B7EA94E92FB93@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <738D45BC1F695740A983F43CFE1B7EA94E92FB93@IRSMSX108.ger.corp.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] vhost: many vhost user ports (backporting to v16.11) X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 01:17:04 -0000 On Tue, Feb 14, 2017 at 09:19:33AM +0000, Gray, Mark D wrote: > > > > -----Original Message----- > > From: Wojciechowicz, RobertX > > Sent: Tuesday, February 14, 2017 8:51 AM > > To: Yuanhan Liu ; Gray, Mark D > > > > Cc: stable@dpdk.org; Mcnamara, John ; Devlin, > > Michelle ; Weglicki, MichalX > > ; Thomas Monjalon > > > > Subject: RE: [dpdk-stable] vhost: many vhost user ports (backporting to > > v16.11) > > > > Hi, > > > > > > It is also worth pointing out that OVS 2.7 will use 16.11 > > > > > > One question though: will they use v16.11.1 or something like that? > > > > @Mark do you know what exactly version OVS is going to use? > > > > We could specify what version to compile against in the documentation. OVS has a stable branch for 2.7 so we could update the documentation if we needed to use a specific tag/branch. In DPDK, does each stable release get tagged? Yes, but the stable tree is located at http://dpdk.org/browse/dpdk-stable/ --yliu