From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6593FA0096 for ; Wed, 5 Jun 2019 04:14:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5B2941B94D; Wed, 5 Jun 2019 04:14:17 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2FC3E1B19 for ; Wed, 5 Jun 2019 04:14:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 19:14:15 -0700 X-ExtLoop1: 1 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 04 Jun 2019 19:14:15 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 4 Jun 2019 19:14:14 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 4 Jun 2019 19:14:14 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.10]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.6]) with mapi id 14.03.0415.000; Wed, 5 Jun 2019 10:14:12 +0800 From: "Tu, Lijuan" To: "Lin, Xueqin" , "dts@dpdk.org" CC: "Lin, Xueqin" Thread-Topic: [dts] [PATCH] test_plans/vlan: add not match vlan tag check for vlan filter case Thread-Index: AQHVFrWls6Xrjqf+hEe1vUECeFMtiKaMW0qQ Date: Wed, 5 Jun 2019 02:14:12 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAA0533@SHSMSX101.ccr.corp.intel.com> References: <1559178114-104491-1-git-send-email-xueqin.lin@intel.com> In-Reply-To: <1559178114-104491-1-git-send-email-xueqin.lin@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDQ1MzY1YjItNjk4Ny00ZjY0LWIwOWMtMTI4ODQ2NGM3MjQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicEU3TjBMeXFjREd0OVhOenZIVE1adXBJQm9HU1Y2ZDFVQU03UlZMeEEwQXlzZWpaZkdmNFRWajc0WUtJVG14biJ9 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] test_plans/vlan: add not match vlan tag check for vlan filter case 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xueqin Lin > Sent: Thursday, May 30, 2019 9:02 AM > To: dts@dpdk.org > Cc: Lin, Xueqin > Subject: [dts] [PATCH] test_plans/vlan: add not match vlan tag check for = vlan > filter case >=20 > From: "xueqin.lin" >=20 > Signed-off-by: Xueqin Lin >=20 > --- > test_plans/vlan_test_plan.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/test_plans/vlan_test_plan.rst b/test_plans/vlan_test_plan.rs= t > index 54df0b6..beaab9b 100644 > --- a/test_plans/vlan_test_plan.rst > +++ b/test_plans/vlan_test_plan.rst > @@ -102,6 +102,11 @@ Configure the traffic generator to send VLAN > packets with the Tag Identifier >=20 > Verify that the VLAN packet was correctly received on port ``B`` with VL= AN > tag ``1``. >=20 > +Configure the traffic generator to send VLAN packets with not matched > +Tag Identifier and send 1 packet on port ``A``. > + > +Verify that the VLAN packet was not correctly received on port ``B`` > +with this not matched VLAN Tag. >=20 > Test Case: Disable receipt of VLAN packets > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -- > 2.7.5