From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2] doc: introduce PVP reference benchmark Date: Wed, 7 Dec 2016 17:39:41 +0800 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 Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com, zhiyong.yang@intel.com, ktraynor@redhat.com, dev@dpdk.org To: Maxime Coquelin 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) Content-Disposition: inline In-Reply-To: <20161206122440.12039-1-maxime.coquelin@redhat.com> 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 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