DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto
@ 2017-04-05 12:28 Jens Freimann
  2017-04-05 13:09 ` Mcnamara, John
  0 siblings, 1 reply; 3+ messages in thread
From: Jens Freimann @ 2017-04-05 12:28 UTC (permalink / raw)
  To: maxime.coquelin; +Cc: john.mcnamara, 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 <jfreiman@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-05 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 12:28 [dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto Jens Freimann
2017-04-05 13:09 ` Mcnamara, John
2017-04-05 13:23   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).