From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E4B5B316B for ; Wed, 15 Feb 2017 15:57:13 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2017 06:57:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,166,1484035200"; d="scan'208";a="1126991514" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 15 Feb 2017 06:57:11 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Feb 2017 14:57:11 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.104]) with mapi id 14.03.0248.002; Wed, 15 Feb 2017 14:57:10 +0000 From: "Gray, Mark D" To: Yuanhan Liu CC: "Wojciechowicz, RobertX" , "stable@dpdk.org" , "Mcnamara, John" , "Devlin, Michelle" , "Weglicki, MichalX" , Thomas Monjalon , "Stokes, Ian" Thread-Topic: [dpdk-stable] vhost: many vhost user ports (backporting to v16.11) Thread-Index: AQHShmubbOeoMXX+mEKB68WBpIPpNqFoMgUAgAAHbjCAAQzMgIAA4+wQ Date: Wed, 15 Feb 2017 14:57:10 +0000 Message-ID: <738D45BC1F695740A983F43CFE1B7EA94E933550@IRSMSX108.ger.corp.intel.com> References: <20170209125628.GA10377@debian> <20170214024147.GQ20916@yliu-dev.sh.intel.com> <738D45BC1F695740A983F43CFE1B7EA94E92FB93@IRSMSX108.ger.corp.intel.com> <20170215011925.GV20916@yliu-dev.sh.intel.com> In-Reply-To: <20170215011925.GV20916@yliu-dev.sh.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 14:57:14 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Wednesday, February 15, 2017 1:19 AM > To: Gray, Mark D > Cc: Wojciechowicz, RobertX ; > stable@dpdk.org; Mcnamara, John ; Devlin, > Michelle ; Weglicki, MichalX > ; Thomas Monjalon > > Subject: Re: [dpdk-stable] vhost: many vhost user ports (backporting to > v16.11) >=20 > 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 w= e > needed to use a specific tag/branch. In DPDK, does each stable release ge= t > tagged? >=20 > Yes, but the stable tree is located at >=20 > http://dpdk.org/browse/dpdk-stable/ >=20 > --yliu I didn't realise that this was a different repository. It sounds like we sh= ould update the documentation in OVS with this information. We could just p= oint to the stable branch which should catch the most up-to-date bugfixes.