[dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto

Jens Freimann jfreiman at redhat.com
Wed Apr 5 14:28:33 CEST 2017


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 <jfreiman at redhat.com>
---
 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



More information about the dev mailing list