Re: [dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto

2017-04-05 Thread Thomas Monjalon
2017-04-05 13:09, Mcnamara, John: > From: Jens Freimann [mailto:jfrei...@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 > > > Thanks

Re: [dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto

2017-04-05 Thread Mcnamara, John
> -Original Message- > From: Jens Freimann [mailto:jfrei...@redhat.com] > Sent: Wednesday, April 5, 2017 1:29 PM > To: maxime.coque...@redhat.com > Cc: Mcnamara, John ; dev@dpdk.org > Subject: [PATCH] doc: add missing step in PVP reference benchmark howto > > After we configure QEMU we a

[dpdk-dev] [PATCH] doc: add missing step in PVP reference benchmark howto

2017-04-05 Thread Jens Freimann
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 --- doc/guides/howto/pvp_reference_benchmark.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/howto/p