From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0824.ocn.ad.jp (mogw0824.ocn.ad.jp [153.149.234.25]) by dpdk.org (Postfix) with ESMTP id 967061B295 for ; Mon, 5 Feb 2018 03:45:30 +0100 (CET) Received: from mf-smf-ucb017.ocn.ad.jp (mf-smf-ucb017.ocn.ad.jp [153.149.227.66]) by mogw0824.ocn.ad.jp (Postfix) with ESMTP id 1F388F80239; Mon, 5 Feb 2018 11:45:29 +0900 (JST) Received: from mf-smf-ucb017.ocn.ad.jp (mf-smf-ucb017 [153.149.227.66]) by mf-smf-ucb017.ocn.ad.jp (Postfix) with ESMTP id 0372840606; Mon, 5 Feb 2018 11:45:29 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb030 (mv-mta-ucb030.ocn.ad.jp [153.149.230.164]) by mf-smf-ucb017.ocn.ad.jp (Switch-3.3.4/Switch-3.3.4) with ESMTP id w152jOAq028786; Mon, 5 Feb 2018 11:45:28 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.134]) by ntt.pod01.mv-mta-ucb030 with id 6qlU1x0072ud8JZ01qlU78; Mon, 05 Feb 2018 02:45:28 +0000 Received: from localhost.localdomain (sp49-97-109-142.msc.spmode.ne.jp [49.97.109.142]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Mon, 5 Feb 2018 11:45:28 +0900 (JST) 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 Date: Mon, 5 Feb 2018 11:46:01 +0900 Message-Id: <20180205024601.8078-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 Subject: [spp] [PATCH 23/28] docs: correct spp_vf secondary command X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 02:45:30 -0000 From: Yasufumi Ogawa Signed-off-by: Yasufumi Ogawa --- 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