From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] doc: introduce PVP reference benchmark Date: Thu, 24 Nov 2016 13:07:51 +0800 Message-ID: <20161124050751.GC5048@yliu-dev.sh.intel.com> References: <20161123210006.7113-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, dev@dpdk.org, fbaudin@redhat.com To: Maxime Coquelin Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9897412A8 for ; Thu, 24 Nov 2016 06:07:06 +0100 (CET) Content-Disposition: inline In-Reply-To: <20161123210006.7113-1-maxime.coquelin@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" First of all, thanks for the doc! It's a great one. On Wed, Nov 23, 2016 at 10:00:06PM +0100, Maxime Coquelin wrote: > +Qemu build > +~~~~~~~~~~ > + > + .. code-block:: console > + > + git clone git://dpdk.org/dpdk > + cd dpdk > + export RTE_SDK=$PWD > + make install T=x86_64-native-linuxapp-gcc DESTDIR=install It's actually DPDK build. I will take a closer look at it and also render it to see how it looks like when I get back to office next week. --yliu > + > +DPDK build > +~~~~~~~~~~ > + > + .. code-block:: console > + > + git clone git://dpdk.org/dpdk > + cd dpdk > + export RTE_SDK=$PWD > + make install T=x86_64-native-linuxapp-gcc DESTDIR=install > +