Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: ferruh.yigit@intel.com, spp@dpdk.org, nakamura.hiroyuki@po.ntt-tx.co.jp
Cc: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
Subject: [spp] [PATCH 23/28] docs: correct spp_vf secondary command
Date: Mon,  5 Feb 2018 11:46:01 +0900	[thread overview]
Message-ID: <20180205024601.8078-1-ogawa.yasufumi@lab.ntt.co.jp> (raw)

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/spp_vf/commands/secondary.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/guides/spp_vf/commands/secondary.rst b/docs/guides/spp_vf/commands/secondary.rst
index 44c7248..bbbe69e 100644
--- a/docs/guides/spp_vf/commands/secondary.rst
+++ b/docs/guides/spp_vf/commands/secondary.rst
@@ -164,8 +164,8 @@ Or to delete VLAN tag, ``del_vlantag`` option is required.
 
 This is an example for adding a port with ``add_vlantag`` or
 ``del_vlantag``.
-In this case, add rx port to append VLAN tag 101 with PCP 3 and
-tx port to append VLAN tag 102 with PCP3.
+In this case, add rx port to append VLAN ID 101 with PCP 3 and
+tx port to append VLAN ID 102 with PCP3.
 
 (1) Add VLAN tag
 
@@ -215,13 +215,13 @@ This is an example to register an entry for port ``ring:0``.
 
     spp > sec 1;classifier_table add mac 52:54:00:01:00:01 ring:0
 
-Register an entry with a VLAN tag to classifier table.
+Register an entry with a VLAN ID to classifier table.
 
 .. code-block:: console
 
     spp > sec 1;classifier_table add vlan [VLAN_ID] [MAC_ADDRESS] [RES_ID]
 
-This is an example to register an entry with VLAN tag 101
+This is an example to register an entry with VLAN ID 101
 for port ``ring:0``.
 
 .. code-block:: console
@@ -240,13 +240,13 @@ This is an example to delete an entry for port ``ring:0``.
 
     spp > sec 1;classifier_table del mac 52:54:00:01:00:01 ring:0
 
-Delete an entry with a VLAN tag.
+Delete an entry with a VLAN ID.
 
 .. code-block:: console
 
-    spp > sec 1;classifier_table add del [MAC_ADDRESS] [RES_ID]
+    spp > sec 1;classifier_table del vlan [VLAN_ID] [MAC_ADDRESS] [RES_ID]
 
-This is an example to delete an entry with VLAN tag 101.
+This is an example to delete an entry with VLAN ID 101.
 
 .. code-block:: console
 
-- 
2.13.1

                 reply	other threads:[~2018-02-05  2:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180205024601.8078-1-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=nakamura.hiroyuki@po.ntt-tx.co.jp \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).