doc: add missing step in PVP reference benchmark howto
authorJens Freimann <jfreiman@redhat.com>
Wed, 5 Apr 2017 12:28:33 +0000 (14:28 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Apr 2017 13:25:14 +0000 (15:25 +0200)
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@redhat.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/howto/pvp_reference_benchmark.rst

index ace8e6f..6d514ff 100644 (file)
@@ -119,6 +119,7 @@ Build Qemu:
        mkdir bin
        cd bin
        ../configure --target-list=x86_64-softmmu
+       make
 
 
 DPDK build