From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 64F5B8F28D; Thu, 24 Nov 2016 07:35:56 +0000 (UTC) Received: from [10.36.5.18] (vpn1-5-18.ams2.redhat.com [10.36.5.18]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAO7Zq6w028979 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Nov 2016 02:35:54 -0500 To: Yuanhan Liu References: <20161123210006.7113-1-maxime.coquelin@redhat.com> <20161124050751.GC5048@yliu-dev.sh.intel.com> Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com, zhiyong.yang@intel.com, dev@dpdk.org, fbaudin@redhat.com From: Maxime Coquelin Message-ID: Date: Thu, 24 Nov 2016 08:35:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161124050751.GC5048@yliu-dev.sh.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 24 Nov 2016 07:35:56 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] doc: introduce PVP reference benchmark X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 07:35:57 -0000 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 >> +