All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Freimann <jfreiman@redhat.com>
To: maxime.coquelin@redhat.com
Cc: john.mcnamara@intel.com, dev@dpdk.org
Subject: [PATCH] doc: add missing step in PVP reference benchmark howto
Date: Wed,  5 Apr 2017 14:28:33 +0200	[thread overview]
Message-ID: <20170405122833.3385-1-jfreiman@redhat.com> (raw)

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

             reply	other threads:[~2017-04-05 12:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 12:28 Jens Freimann [this message]
2017-04-05 13:09 ` [PATCH] doc: add missing step in PVP reference benchmark howto Mcnamara, John
2017-04-05 13:23   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170405122833.3385-1-jfreiman@redhat.com \
    --to=jfreiman@redhat.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    --cc=maxime.coquelin@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.