From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3BD649E5 for ; Tue, 27 Oct 2015 10:37:25 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 27 Oct 2015 02:37:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,204,1444719600"; d="scan'208";a="835967542" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 02:37:23 -0700 Date: Tue, 27 Oct 2015 17:38:43 +0800 From: Yuanhan Liu To: Thomas Monjalon Message-ID: <20151027093843.GK3115@yliu-dev.sh.intel.com> References: <1445399294-18826-1-git-send-email-yuanhan.liu@linux.intel.com> <1445517356-19780-1-git-send-email-yuanhan.liu@linux.intel.com> <1445517356-19780-9-git-send-email-yuanhan.liu@linux.intel.com> <3224415.VHJqhN8mMC@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3224415.VHJqhN8mMC@xps13> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v8 8/8] doc: update release note for vhost-user mq support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 09:37:25 -0000 On Mon, Oct 26, 2015 at 09:22:10PM +0100, Thomas Monjalon wrote: > 2015-10-22 20:35, Yuanhan Liu: > > +* **vhost: added vhost-user mulitple queue support.** > > + > > + Added vhost-user multiple queue support. > > Excepted the typo, it is the same sentence twice, so not needed. Good to know; I thought it was a must, like a required style. > > General comment to every contributors: please avoid making a special commit > to just update the release notes. > There is no log message and it is understandable because it does not > deserve a commit. Got it. > It will be merged with the previous one here. And thank you! --yliu