Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Update documentation
@ 2019-06-27  4:41 yasufum.o
  2019-06-27  4:41 ` [spp] [PATCH 1/2] docs: fix typo of command example of spp_mirror yasufum.o
  2019-06-27  4:41 ` [spp] [PATCH 2/2] docs: update help message of SPP CLI yasufum.o
  0 siblings, 2 replies; 3+ messages in thread
From: yasufum.o @ 2019-06-27  4:41 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

* Fix incorrect option `-vhost-client` of spp_mirror. Correct one is
  `--vhost-client`.

* Update command example of SPP CLI because some options are updated.

Yasufumi Ogawa (2):
  docs: fix typo of command example of spp_mirror
  docs: update help message of SPP CLI

 docs/guides/gsg/howto_use.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.17.1


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

* [spp] [PATCH 1/2] docs: fix typo of command example of spp_mirror
  2019-06-27  4:41 [spp] [PATCH 0/2] Update documentation yasufum.o
@ 2019-06-27  4:41 ` yasufum.o
  2019-06-27  4:41 ` [spp] [PATCH 2/2] docs: update help message of SPP CLI yasufum.o
  1 sibling, 0 replies; 3+ messages in thread
From: yasufum.o @ 2019-06-27  4:41 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

This update is to correct option for vhost client mode.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 docs/guides/gsg/howto_use.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guides/gsg/howto_use.rst b/docs/guides/gsg/howto_use.rst
index 21633d9..c6023ee 100644
--- a/docs/guides/gsg/howto_use.rst
+++ b/docs/guides/gsg/howto_use.rst
@@ -409,7 +409,7 @@ and options are same as ``spp_vf``.
       -- \
       --client-id 1 \
       -s 192.168.1.100:6666 \
-      -vhost-client
+      --vhost-client
 
 EAL options are the same as primary process. Here is a list of application
 options of ``spp_mirror``.
-- 
2.17.1


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

* [spp] [PATCH 2/2] docs: update help message of SPP CLI
  2019-06-27  4:41 [spp] [PATCH 0/2] Update documentation yasufum.o
  2019-06-27  4:41 ` [spp] [PATCH 1/2] docs: fix typo of command example of spp_mirror yasufum.o
@ 2019-06-27  4:41 ` yasufum.o
  1 sibling, 0 replies; 3+ messages in thread
From: yasufum.o @ 2019-06-27  4:41 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

Command options of SPP CLI for getting IP address and port are updated
from getting separately, for example `-b 127.0.0.1` and `-a 7777`, to
get both with one option `-b 127.0.0.1:7777`. This patch is to update
the example of options.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 docs/guides/gsg/howto_use.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/guides/gsg/howto_use.rst b/docs/guides/gsg/howto_use.rst
index c6023ee..3579c75 100644
--- a/docs/guides/gsg/howto_use.rst
+++ b/docs/guides/gsg/howto_use.rst
@@ -186,9 +186,8 @@ All of options can be referred with help option ``-h``.
     optional arguments:
       -h, --help            show this help message and exit
       -b BIND_ADDR, --bind-addr BIND_ADDR
-                            bind address, default=127.0.0.1
-      -a API_PORT, --api-port API_PORT
-                        bind address, default=777
+                            bind address, default=127.0.0.1:7777
+
 
 All of SPP CLI commands are described in :doc:`../../commands/index`.
 
-- 
2.17.1


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

end of thread, other threads:[~2019-06-27  4:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27  4:41 [spp] [PATCH 0/2] Update documentation yasufum.o
2019-06-27  4:41 ` [spp] [PATCH 1/2] docs: fix typo of command example of spp_mirror yasufum.o
2019-06-27  4:41 ` [spp] [PATCH 2/2] docs: update help message of SPP CLI yasufum.o

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).