From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B3846D4CE for ; Mon, 27 Mar 2017 03:17:36 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 26 Mar 2017 18:17:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,229,1486454400"; d="scan'208";a="1147231563" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 26 Mar 2017 18:17:35 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 26 Mar 2017 18:17:35 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 26 Mar 2017 18:17:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.253]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.82]) with mapi id 14.03.0248.002; Mon, 27 Mar 2017 09:17:32 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "dts@dpdk.org" , "Pei, Yulong" CC: "Tu, LijuanX A" Thread-Topic: [dts] [PATCH V1 1/2] test_plans/vlan_ethertype_config_test_plan: using outer instead inner to config single vlan tpid Thread-Index: AQHSpGdibsR2iC0WT0aaAsTJbQniOKGn5tWA Date: Mon, 27 Mar 2017 01:17:32 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62D97D9D@SHSMSX103.ccr.corp.intel.com> References: <1490336754-106860-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1490336754-106860-1-git-send-email-lijuanx.a.tu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Mon, 27 Mar 2017 01:17:37 -0000 Hi Jijuan, Please give the reason why change from outer to inter in your commit log. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Lijuan Tu > Sent: Friday, March 24, 2017 2:26 PM > To: dts@dpdk.org; Pei, Yulong > Cc: Tu, LijuanX A > Subject: [dts] [PATCH V1 1/2] test_plans/vlan_ethertype_config_test_plan: > using outer instead inner to config single vlan tpid >=20 > Signed-off-by: Lijuan Tu > --- > test_plans/vlan_ethertype_config_test_plan.rst | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > 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 >=20 > 2) change VLAN TPIDs to 0xA100, >=20 > -testpmd> vlan set inner tpid 0xA100 0 > +testpmd> vlan set outer tpid 0xA100 0 >=20 > 3) send a packet with VLAN TPIDs =3D 0xA100, verify it can be recognized= as > vlan packet. >=20 > @@ -108,7 +108,7 @@ Verify that the VLAN packet can be received in port > ``B`` and TPID is 0x8100 >=20 > 4) Change VLAN TPID to 0xA100 on port ``0`` >=20 > -testpmd> vlan set inner tpid 0xA100 0 > +testpmd> vlan set outer tpid 0xA100 0 >=20 > 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 VLA= N > Tag Identifier >=20 > 3) Change VLAN TPID to 0xA100 on port ``0`` >=20 > -testpmd> vlan set inner tpid 0xA100 0 > +testpmd> vlan set outer tpid 0xA100 0 >=20 > 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 >=20 > 4) Change VLAN TPID to 0xA100 on port ``1`` >=20 > -testpmd> vlan set inner tpid 0xA100 1 > +testpmd> vlan set outer tpid 0xA100 1 >=20 > 5)send 1 packet without VLAN Tag Identifier on port ``A``, > Verify that packet received in port ``B`` with VLAN Tag Identifier 16 an= d > TPID is 0xA100. > -- > 1.9.3