DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app
@ 2016-07-26 13:31 Shreyansh Jain
  2016-07-26 13:57 ` Mcnamara, John
  2016-07-28 16:01 ` Thomas Monjalon
  0 siblings, 2 replies; 4+ messages in thread
From: Shreyansh Jain @ 2016-07-26 13:31 UTC (permalink / raw)
  To: pablo.de.lara.guarch; +Cc: dev

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
 doc/guides/testpmd_app_ug/build_app.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/testpmd_app_ug/build_app.rst b/doc/guides/testpmd_app_ug/build_app.rst
index 7f32a7c..4c7cf2e 100644
--- a/doc/guides/testpmd_app_ug/build_app.rst
+++ b/doc/guides/testpmd_app_ug/build_app.rst
@@ -58,4 +58,4 @@ The basic compilation steps are:
 
     .. code-block:: console
 
-        $RTE_SDK/$RTE_TARGET/build/app/testpmd
+        $RTE_SDK/$RTE_TARGET/app/testpmd
-- 
2.7.4

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

* Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app
  2016-07-26 13:31 [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app Shreyansh Jain
@ 2016-07-26 13:57 ` Mcnamara, John
  2016-07-26 13:59   ` Mcnamara, John
  2016-07-28 16:01 ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2016-07-26 13:57 UTC (permalink / raw)
  To: Shreyansh Jain, De Lara Guarch, Pablo; +Cc: dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Tuesday, July 26, 2016 2:32 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
>  doc/guides/testpmd_app_ug/build_app.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guides/testpmd_app_ug/build_app.rst
> b/doc/guides/testpmd_app_ug/build_app.rst
> index 7f32a7c..4c7cf2e 100644
> --- a/doc/guides/testpmd_app_ug/build_app.rst
> +++ b/doc/guides/testpmd_app_ug/build_app.rst
> @@ -58,4 +58,4 @@ The basic compilation steps are:
> 
>      .. code-block:: console
> 
> -        $RTE_SDK/$RTE_TARGET/build/app/testpmd
> +        $RTE_SDK/$RTE_TARGET/app/testpmd

The exe is actually two places after the build but the existing one in
the docs looks correct, the one in "build" looks different to me:

    $ find . -name testpmd | xargs ls -1
    ./x86_64-native-linuxapp-gcc/app/testpmd
    ./x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd

John

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

* Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app
  2016-07-26 13:57 ` Mcnamara, John
@ 2016-07-26 13:59   ` Mcnamara, John
  0 siblings, 0 replies; 4+ messages in thread
From: Mcnamara, John @ 2016-07-26 13:59 UTC (permalink / raw)
  To: Mcnamara, John, Shreyansh Jain, De Lara Guarch, Pablo; +Cc: dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Tuesday, July 26, 2016 2:57 PM
> To: Shreyansh Jain <shreyansh.jain@nxp.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app
> 
> >
> >      .. code-block:: console
> >
> > -        $RTE_SDK/$RTE_TARGET/build/app/testpmd
> > +        $RTE_SDK/$RTE_TARGET/app/testpmd
> 
> The exe is actually two places after the build but the existing one in the
> docs looks correct, the one in "build" looks different to me:
> 
>     $ find . -name testpmd | xargs ls -1
>     ./x86_64-native-linuxapp-gcc/app/testpmd
>     ./x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd
> 

Sorry, I misread the +/- on that. So the fix looks good.

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

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

* Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app
  2016-07-26 13:31 [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app Shreyansh Jain
  2016-07-26 13:57 ` Mcnamara, John
@ 2016-07-28 16:01 ` Thomas Monjalon
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2016-07-28 16:01 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: dev, pablo.de.lara.guarch

> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-07-28 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-26 13:31 [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app Shreyansh Jain
2016-07-26 13:57 ` Mcnamara, John
2016-07-26 13:59   ` Mcnamara, John
2016-07-28 16:01 ` 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).