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 B0EB0A00BE; Fri, 11 Feb 2022 04:03:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 816EF410E5; Fri, 11 Feb 2022 04:03:33 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1D2C340DF5 for ; Fri, 11 Feb 2022 04:03:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644548611; x=1676084611; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=WU/OrJImuVoEUDs1AxXDe7FSkScVrt9Vu/4WhIVUKaA=; b=LmugYn62umInYx7SDPiFmJSWa7tOjGuT4BQ1axSHP4qu3PqzV54KgauQ 6n6L/DGFINvNEaVaBxMq+T6hIXOlnea7hGpOF3IdtzNvF+nJHg8IOT7Yo qx5x1QDVEmBHUjM5/3khufsyAz0N0GbNjwgfWJnyHLkd0BUssnuRabzfB r10Gady7eTyGmHgw2KknWcM3H8qtPIbOOrIg9XVDA9LA52NQy7mT2a/5G YwNy4ePgTKMpmM7DnudJ4K2hz6wjb/NgiFAYgEnr1D6+yyjERGOH4bEAb FwfTyYuDrkzQFQOkYgxjod89B3PpF6nh9wjf2+dppnJvp/aG6lhaXBq1A A==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="312931224" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="312931224" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 19:03:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="774109837" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga005.fm.intel.com with ESMTP; 10 Feb 2022 19:03:29 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 10 Feb 2022 19:03:28 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 11 Feb 2022 11:03:27 +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.2308.020; Fri, 11 Feb 2022 11:03:27 +0800 From: "Tu, Lijuan" To: "Tang, Yaqi" , "dts@dpdk.org" CC: "Tang, Yaqi" Subject: RE: [dts][PATCH V8] test_plans/cvl_switch_filter: add test plan for cvl qinq switch filter support l4 Thread-Topic: [dts][PATCH V8] test_plans/cvl_switch_filter: add test plan for cvl qinq switch filter support l4 Thread-Index: AQHYHqHiIsaMZ3kwEU+kZqiEt3SZyayNqpGg Date: Fri, 11 Feb 2022 03:03:27 +0000 Message-ID: References: <20220211010812.729861-1-yaqi.tang@intel.com> In-Reply-To: <20220211010812.729861-1-yaqi.tang@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.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Yaqi Tang > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B11=1B$BF|=1B(B 9:08 > To: dts@dpdk.org > Cc: Tang, Yaqi > Subject: [dts][PATCH V8] test_plans/cvl_switch_filter: add test plan for = cvl qinq > switch filter support l4 >=20 > CVL support l4 for QinQ switch filter in PF driver, and port can support = as eth / > vlan / vlan / IP / tcp|udp. >=20 > Signed-off-by: Yaqi Tang > Tested-by: Yaqi Tang < yaqi.tang@intel.com> Applied, thanks