From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D82A711C5 for ; Fri, 24 Mar 2017 07:24:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490336672; x=1521872672; h=from:to:cc:subject:date:message-id; bh=nvZg5pIGxXr/LHg6INbM9Z706tf9X2pyh5iOdFGE9mE=; b=K3BOmXXDvhkB+QJH9L/pMxZYNeIHB8s74czolYw0CMTavuGFSnKNwDGL 6ckyIQML/1v2Mtz+rU68R0fEUwsavA==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Mar 2017 23:24:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,213,1486454400"; d="scan'208";a="64423998" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 23 Mar 2017 23:24:29 -0700 From: Lijuan Tu To: dts@dpdk.org, yulong.pei@intel.com Cc: Lijuan Tu Date: Fri, 24 Mar 2017 14:25:53 +0800 Message-Id: <1490336754-106860-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1 1/2] test_plans/vlan_ethertype_config_test_plan: using outer instead inner to config single vlan tpid X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 06:24:32 -0000 Signed-off-by: Lijuan Tu --- test_plans/vlan_ethertype_config_test_plan.rst | 8 ++++---- 1 file 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. -- 1.9.3