From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 713DB2B8F for ; Wed, 7 Dec 2016 10:38:58 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 07 Dec 2016 01:38:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,310,1477983600"; d="scan'208";a="1069038529" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga001.jf.intel.com with ESMTP; 07 Dec 2016 01:38:56 -0800 Date: Wed, 7 Dec 2016 17:39:41 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com, zhiyong.yang@intel.com, ktraynor@redhat.com, dev@dpdk.org Message-ID: <20161207093941.GG31182@yliu-dev.sh.intel.com> References: <20161206122440.12039-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206122440.12039-1-maxime.coquelin@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] doc: introduce PVP reference benchmark X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 09:38:58 -0000 On Tue, Dec 06, 2016 at 01:24:40PM +0100, Maxime Coquelin wrote: > Having reference benchmarks is important in order to obtain > reproducible performance figures. > > This patch describes required steps to configure a PVP setup > using testpmd in both host and guest. > > Not relying on external vSwitch ease integration in a CI loop by > not being impacted by DPDK API changes. > > Signed-off-by: Maxime Coquelin Reviewed-by: Yuanhan Liu Thanks for the doc! --yliu