[dpdk-dev] doc: fix a typo in testpmd guide

Message ID 1506185719-32735-1-git-send-email-rami.rosen@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rami Rosen Sept. 23, 2017, 4:55 p.m. UTC
  This patch fixes a trivial typo in testpmd guide.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Xing, Beilei Sept. 25, 2017, 1:59 a.m. UTC | #1
> -----Original Message-----
> From: Rosen, Rami
> Sent: Sunday, September 24, 2017 12:55 AM
> To: dev@dpdk.org
> Cc: Xing, Beilei <beilei.xing@intel.com>; Rosen, Rami <rami.rosen@intel.com>
> Subject: [PATCH] doc: fix a typo in testpmd guide
> 
> This patch fixes a trivial typo in testpmd guide.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Acked-by: Beilei Xing <beilei.xing@intel.com>
Thanks.
  
John McNamara Sept. 25, 2017, 11:21 a.m. UTC | #2
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, September 23, 2017 5:55 PM
> To: dev@dpdk.org
> Cc: Xing, Beilei <beilei.xing@intel.com>; Rosen, Rami
> <rami.rosen@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
> 
> This patch fixes a trivial typo in testpmd guide.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon Oct. 5, 2017, 3:15 p.m. UTC | #3
25/09/2017 13:21, Mcnamara, John:
> From: Rami Rosen
> > 
> > This patch fixes a trivial typo in testpmd guide.
> > 
> > Signed-off-by: Rami Rosen <rami.rosen@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 2ed62f5..a8e0c37 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -392,7 +392,7 @@  ddp get info
 
 Display information about dynamic device personalization (DDP) profile::
 
-   testpmd> ddp get info (profile_patch)
+   testpmd> ddp get info (profile_path)
 
 show vf stats
 ~~~~~~~~~~~~~