From: Jens Freimann Date: Wed, 5 Apr 2017 12:28:33 +0000 (+0200) Subject: doc: add missing step in PVP reference benchmark howto X-Git-Tag: spdx-start~3776 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=10def6a1070999a8da2b89e8a8e10fa1eb8b866c;p=dpdk.git doc: add missing step in PVP reference benchmark howto 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 Acked-by: John McNamara --- diff --git a/doc/guides/howto/pvp_reference_benchmark.rst b/doc/guides/howto/pvp_reference_benchmark.rst index ace8e6f212..6d514ff6ba 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