From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] doc: introduce PVP reference benchmark Date: Thu, 24 Nov 2016 08:35:51 +0100 Message-ID: References: <20161123210006.7113-1-maxime.coquelin@redhat.com> <20161124050751.GC5048@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com, zhiyong.yang@intel.com, dev@dpdk.org, fbaudin@redhat.com To: Yuanhan Liu Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8ADB42934 for ; Thu, 24 Nov 2016 08:35:57 +0100 (CET) In-Reply-To: <20161124050751.GC5048@yliu-dev.sh.intel.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" On 11/24/2016 06:07 AM, Yuanhan Liu wrote: > First of all, thanks for the doc! It's a great one. Thanks. I would be interested to know if you have other tuning I don't mention in this doc. > > 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. > Oh right! Copy/paste mistake... This is the Qemu build block: Qemu build ~~~~~~~~~~ .. code-block:: console git clone git://git.qemu.org/qemu.git cd qemu mkdir bin cd bin ../configure --target-list=x86_64-softmmu make > 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 >> +