[spp] [PATCH] docs: correct typo of command examples
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Mon Feb 4 04:13:21 CET 2019
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
Correct typo of primary and common command examples.
Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
docs/guides/commands/common.rst | 2 +-
docs/guides/commands/primary.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/guides/commands/common.rst b/docs/guides/commands/common.rst
index eb71859..441c100 100644
--- a/docs/guides/commands/common.rst
+++ b/docs/guides/commands/common.rst
@@ -59,7 +59,7 @@ To show the list of config all of params, simply run ``config``.
- max_secondary: "16" # The maximum number of secondary processes
- sec_nfv_nof_lcores: "1" # Default num of lcores for workers of spp_nfv
- topo_size: "60%" # Percentage or ratio of topo
- - sec_base_lcore: "1" # Shared lcore among secondaryes
+ - sec_base_lcore: "1" # Shared lcore among secondaries
....
Or show params only started from ``sec_``, add the keyword to the commnad.
diff --git a/docs/guides/commands/primary.rst b/docs/guides/commands/primary.rst
index 58e22d4..da60947 100644
--- a/docs/guides/commands/primary.rst
+++ b/docs/guides/commands/primary.rst
@@ -56,7 +56,7 @@ Show status fo spp_primary and forwarding statistics of each of ports.
0 0 0 0 56:48:4f:53:54:00
1 0 0 0 56:48:4f:53:54:01
- ring Ports:
- ID rx tx rx_drop rx_drop
+ ID rx tx rx_drop tx_drop
0 0 0 0 0
1 0 0 0 0
...
--
2.7.4
More information about the spp
mailing list