[dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app

Shreyansh Jain shreyansh.jain at nxp.com
Tue Jul 26 15:31:41 CEST 2016


Signed-off-by: Shreyansh Jain <shreyansh.jain at 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



More information about the dev mailing list