From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF42AA0566; Wed, 3 Mar 2021 06:11:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A77B40683; Wed, 3 Mar 2021 06:11:09 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 644AA4067B for ; Wed, 3 Mar 2021 06:11:08 +0100 (CET) IronPort-SDR: bANcZRXgtXo5QOCTBoJcCYjI26t6WuirxAVTn2XNqkOcjabcATBThRw8bb0LRI/kQW+fjJ6elv orkla7h3fZvQ== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="248506516" X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="248506516" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 21:11:06 -0800 IronPort-SDR: e846RdmfE7zzIjWjWCAo+q7hq9ETqksyLKUVW0TDLFb2KcVQtGmUMgMR6jaQHS22LgqsxmDQ0+ o1hzMoUsA5mw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="399503007" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga008.fm.intel.com with ESMTP; 02 Mar 2021 21:11:06 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 2 Mar 2021 21:11:06 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 3 Mar 2021 13:11:04 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.002; Wed, 3 Mar 2021 13:11:04 +0800 From: "Tu, Lijuan" To: "Fu, Qi" , "dts@dpdk.org" CC: "Fu, Qi" Thread-Topic: [dts] [PATCH V3]test_plans: add test plan for cvl supporting qinq protocol Thread-Index: AQHXDzjv6gTXU7SciUu6TIw6iuvgwKpxuLjw Date: Wed, 3 Mar 2021 05:11:04 +0000 Message-ID: <1c732df1db264a24adf0614bbcaaf44b@intel.com> References: <20210302163523.229612-1-qi.fu@intel.com> In-Reply-To: <20210302163523.229612-1-qi.fu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V3]test_plans: add test plan for cvl supporting qinq protocol X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" > dpdk can support qinq in CVL from dpdk-21.02, > add test plan to cover 3 parts: > 1. DCF switch filter for QinQ. > 2. DCF pvid support for QinQ. > 3. AVF VLAN offload for QinQ. >=20 > Signed-off-by: qifu Applied, thanks