From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2] doc: fix parameter of virtio_user for container Date: Wed, 8 Mar 2017 13:09:13 +0800 Message-ID: <20170308050913.GA18844@yliu-dev.sh.intel.com> References: <1488950271-28524-1-git-send-email-wang.yong19@zte.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: john.mcnamara@intel.com, dev@dpdk.org To: Yong Wang Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D35AA36E for ; Wed, 8 Mar 2017 06:10:39 +0100 (CET) Content-Disposition: inline In-Reply-To: <1488950271-28524-1-git-send-email-wang.yong19@zte.com.cn> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Mar 08, 2017 at 12:17:51AM -0500, Yong Wang wrote: > Update the "Virtio_user for Container Networking" doc, add the > "--file-prefix" option to testpmd in host and container to avoid > hugepage config file conflict. > > Fixes: 50665deebda0 ("doc: add guide to use virtio-user for container networking") > > --- The three-dashes denotes the end of the commit log. Anything below it (including your Signed-off-by) will be discarded while apply. That said, you should put the change log under the "---" after your SoB. Besides, if someone gave you Acked-by, Reviewed-by or Tested-by and you were requested to make some minor changes, you could carry the tag for later versions. Which means, you could (and should) add both my and John's Acked-by after your SoB for v3. --yliu > v2: > * Modify the fixline from two lines to one line. > * Remove the unnecessary "_" in "--file-prefix" option. > > Signed-off-by: Yong Wang > --- > doc/guides/howto/virtio_user_for_container_networking.rst | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-)