All of lore.kernel.org
 help / color / mirror / Atom feed
* [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 related	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: add missing step in PVP reference benchmark howto
  2017-04-05 12:28 [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
  0 siblings, 1 reply; 3+ messages in thread
From: Mcnamara, John @ 2017-04-05 13:09 UTC (permalink / raw)
  To: Jens Freimann, maxime.coquelin; +Cc: dev



> -----Original Message-----
> From: Jens Freimann [mailto:jfreiman@redhat.com]
> Sent: Wednesday, April 5, 2017 1:29 PM
> To: maxime.coquelin@redhat.com
> Cc: Mcnamara, John <john.mcnamara@intel.com>; dev@dpdk.org
> Subject: [PATCH] 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 <jfreiman@redhat.com>


Thanks for the catch.

Acked-by: John McNamara <john.mcnamara@intel.com>

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

* Re: [PATCH] doc: add missing step in PVP reference benchmark howto
  2017-04-05 13:09 ` Mcnamara, John
@ 2017-04-05 13:23   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-04-05 13:23 UTC (permalink / raw)
  To: Jens Freimann; +Cc: dev, Mcnamara, John, maxime.coquelin

2017-04-05 13:09, Mcnamara, John:
> From: Jens Freimann [mailto:jfreiman@redhat.com]
> > 
> > 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>
> 
> 
> Thanks for the catch.
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks

^ 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 [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 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.