summaryrefslogtreecommitdiff
path: root/test_plans
diff options
context:
space:
mode:
authorLijuan Tu <lijuanx.a.tu@intel.com>2017-03-27 10:54:22 +0800
committerMarvin Liu <yong.liu@intel.com>2017-03-27 14:43:40 +0800
commit680486eb63e67c3d22a25361e90b83da2608dd5d (patch)
tree21f82ce92d24de9007ef009e67015b7cb63ae85d /test_plans
parentabb9db3e619d1e24f6bfb8f4be3147fec67e8b20 (diff)
test_plans vlan_ethertype_config: update test plan
Previously, a single VLAN header is treated as inner VLAN, but generally, a single VLAN header is treated as the outer VLAN header. i40e refer to dpdk commit: 5b2d37858d32ec6aba78f15dc065f286108d6b4e ixgbe refer to dpdk commit: 2b84092427b1800cba7d3204b95703b1718fcd28 Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
Diffstat (limited to 'test_plans')
-rw-r--r--test_plans/vlan_ethertype_config_test_plan.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_plans/vlan_ethertype_config_test_plan.rst b/test_plans/vlan_ethertype_config_test_plan.rst
index 27dbda7..9d565e7 100644
--- a/test_plans/vlan_ethertype_config_test_plan.rst
+++ b/test_plans/vlan_ethertype_config_test_plan.rst
@@ -65,7 +65,7 @@ testpmd> start
2) change VLAN TPIDs to 0xA100,
-testpmd> vlan set inner tpid 0xA100 0
+testpmd> vlan set outer tpid 0xA100 0
3) send a packet with VLAN TPIDs = 0xA100, verify it can be recognized as vlan packet.
@@ -108,7 +108,7 @@ Verify that the VLAN packet can be received in port ``B`` and TPID is 0x8100
4) Change VLAN TPID to 0xA100 on port ``0``
-testpmd> vlan set inner tpid 0xA100 0
+testpmd> vlan set outer tpid 0xA100 0
5) send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``,
Verify that the VLAN packet can be received in port ``B`` and TPID is 0xA100
@@ -136,7 +136,7 @@ Verify that packet received in port ``B`` without VLAN Tag Identifier
3) Change VLAN TPID to 0xA100 on port ``0``
-testpmd> vlan set inner tpid 0xA100 0
+testpmd> vlan set outer tpid 0xA100 0
4) send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``,
Verify that packet received in port ``B`` without VLAN Tag Identifier
@@ -169,7 +169,7 @@ Verify that packet received in port ``B`` with VLAN Tag Identifier 16 and TPID i
4) Change VLAN TPID to 0xA100 on port ``1``
-testpmd> vlan set inner tpid 0xA100 1
+testpmd> vlan set outer tpid 0xA100 1
5)send 1 packet without VLAN Tag Identifier on port ``A``,
Verify that packet received in port ``B`` with VLAN Tag Identifier 16 and TPID is 0xA100.