From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Freimann Subject: [PATCH] doc: add missing step in PVP reference benchmark howto Date: Wed, 5 Apr 2017 14:28:33 +0200 Message-ID: <20170405122833.3385-1-jfreiman@redhat.com> Cc: john.mcnamara@intel.com, dev@dpdk.org To: maxime.coquelin@redhat.com Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8A6FF2C6E for ; Wed, 5 Apr 2017 14:28:38 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" After we configure QEMU we also need to call 'make' to build the binary. This step is currently missing in the description and this patch fixes it. Signed-off-by: Jens Freimann --- doc/guides/howto/pvp_reference_benchmark.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/howto/pvp_reference_benchmark.rst b/doc/guides/howto/pvp_reference_benchmark.rst index ace8e6f..6d514ff 100644 --- a/doc/guides/howto/pvp_reference_benchmark.rst +++ b/doc/guides/howto/pvp_reference_benchmark.rst @@ -119,6 +119,7 @@ Build Qemu: mkdir bin cd bin ../configure --target-list=x86_64-softmmu + make DPDK build -- 1.8.3.1