From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <yuanhan.liu@linux.intel.com> Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 48DDD2BA1 for <stable@dpdk.org>; Thu, 23 Feb 2017 04:48:55 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Feb 2017 19:48:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,197,1484035200"; d="scan'208";a="69107523" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga006.fm.intel.com with ESMTP; 22 Feb 2017 19:48:53 -0800 Date: Thu, 23 Feb 2017 11:51:06 +0800 From: Yuanhan Liu <yuanhan.liu@linux.intel.com> To: "Gray, Mark D" <mark.d.gray@intel.com> Cc: "Wojciechowicz, RobertX" <robertx.wojciechowicz@intel.com>, "stable@dpdk.org" <stable@dpdk.org>, "Mcnamara, John" <john.mcnamara@intel.com>, "Devlin, Michelle" <michelle.devlin@intel.com>, "Weglicki, MichalX" <michalx.weglicki@intel.com>, Thomas Monjalon <thomas.monjalon@6wind.com>, "Stokes, Ian" <ian.stokes@intel.com> Message-ID: <20170223035106.GS18844@yliu-dev.sh.intel.com> References: <20170209125628.GA10377@debian> <20170214024147.GQ20916@yliu-dev.sh.intel.com> <ED71EE0C15B44E41B8FA814D7EFD5CA8CAE96C@IRSMSX103.ger.corp.intel.com> <738D45BC1F695740A983F43CFE1B7EA94E92FB93@IRSMSX108.ger.corp.intel.com> <20170215011925.GV20916@yliu-dev.sh.intel.com> <738D45BC1F695740A983F43CFE1B7EA94E93D1C5@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <738D45BC1F695740A983F43CFE1B7EA94E93D1C5@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 <stable.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/stable>, <mailto:stable-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/stable/> List-Post: <mailto:stable@dpdk.org> List-Help: <mailto:stable-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/stable>, <mailto:stable-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 23 Feb 2017 03:48:56 -0000 On Wed, Feb 22, 2017 at 03:28:19PM +0000, Gray, Mark D wrote: > > > > -----Original Message----- > > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > > Sent: Wednesday, February 15, 2017 1:19 AM > > To: Gray, Mark D <mark.d.gray@intel.com> > > Cc: Wojciechowicz, RobertX <robertx.wojciechowicz@intel.com>; > > stable@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Devlin, > > Michelle <michelle.devlin@intel.com>; Weglicki, MichalX > > <michalx.weglicki@intel.com>; Thomas Monjalon > > <thomas.monjalon@6wind.com> > > Subject: Re: [dpdk-stable] vhost: many vhost user ports (backporting to > > v16.11) > > > > 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 <yuanhan.liu@linux.intel.com>; Gray, Mark D > > > > <mark.d.gray@intel.com> > > > > Cc: stable@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; > > > > Devlin, Michelle <michelle.devlin@intel.com>; Weglicki, MichalX > > > > <michalx.weglicki@intel.com>; Thomas Monjalon > > > > <thomas.monjalon@6wind.com> > > > > 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 > > Thanks, Ian updated the ovs docs to reflect this. Thanks, this stable branch really helps us. > > https://mail.openvswitch.org/pipermail/ovs-dev/2017-February/328914.html JFYI, the link address changes every time we make a release, something like: http://fast.dpdk.org/rel/dpdk-16.11.1.tar.xz http://fast.dpdk.org/rel/dpdk-16.11.2.tar.xz ... And v16.11.1 is liekly to be released next week. --yliu