git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67b3f1
)
doc: fix a typo in testpmd guide
author
Rami Rosen
<ramirose@gmail.com>
Thu, 27 Dec 2018 19:59:05 +0000
(21:59 +0200)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 14 Jan 2019 16:44:29 +0000
(17:44 +0100)
This patch fixes a typo in testpmd user guide.
Fixes:
aac6f11f5864
("app/testpmd: add ethernet peer command")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
doc/guides/testpmd_app_ug/testpmd_funcs.rst
patch
|
blob
|
history
diff --git
a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index
cbf23e9
..
ab40b9f
100644
(file)
--- a/
doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/
doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@
-1149,7
+1149,7
@@
set eth-peer
Set the forwarding peer address for certain port::
- testpmd> set eth-peer (port_id) (pe
r
r_addr)
+ testpmd> set eth-peer (port_id) (pe
e
r_addr)
This is equivalent to the ``--eth-peer`` command-line option.