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 1D629A034E; Wed, 9 Feb 2022 02:24:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E11C2410F3; Wed, 9 Feb 2022 02:24:44 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BE9304067E for ; Wed, 9 Feb 2022 02:24:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644369883; x=1675905883; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=k5UOiUcneF2WZZqu+Wbs6WDMLxZMTOGJSW/ypepYs/0=; b=e1HE6AOv0O+VnooooKtnlcv/cCa+5sRxhguWJD9yuripfBbvbE50okAz rzlTG2wvw636RvIlO/852BFhIB3uB2+SL/KFG4kWvyDX7oywD1PTS2MVa s5kFgkpcQMsX3QXmCT2/04m27x1WL6WZ9u2DREmySZzZX+qQ0J99nguBc H48McubDsJWAcwAOmuYJ4DxfWUCxNaPeNzDYrjUdoAnK5A7MAIDN+HqcE IfkOuOuGQVXQRvabqtxmy5GKyU6GzZ85SdIkEj7JEaNdQnJGfF1VW9APX CdpirwLjL92Xqx6hhdPFXSiJhE7F/A3ECIddiQ+AfsNZjiRV+cE7Nry8J A==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="312390133" X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="312390133" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 17:24:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,354,1635231600"; d="scan'208";a="601436946" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga004.fm.intel.com with ESMTP; 08 Feb 2022 17:24:42 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 8 Feb 2022 17:24:41 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 9 Feb 2022 09:24:39 +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; Wed, 9 Feb 2022 09:24:39 +0800 From: "Tu, Lijuan" To: "Tang, Yaqi" , "dts@dpdk.org" CC: "Tang, Yaqi" Subject: RE: [dts][PATCH V2] test_plans/cvl_qinq: add test plan for cvl qinq switch filter support l4 Thread-Topic: [dts][PATCH V2] test_plans/cvl_qinq: add test plan for cvl qinq switch filter support l4 Thread-Index: AQHYHLvv4qCKGMprO0aFsVGqs2x+aKyKbg2w Date: Wed, 9 Feb 2022 01:24:39 +0000 Message-ID: <31db319a722d422f82d99323b4a81e57@intel.com> References: <20220208151525.507929-1-yaqi.tang@intel.com> In-Reply-To: <20220208151525.507929-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.108.32.68] 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(B8=1B$BF|=1B(B 23:15 > To: dts@dpdk.org > Cc: Tang, Yaqi > Subject: [dts][PATCH V2] test_plans/cvl_qinq: add test plan for cvl qinq = switch > filter support l4 >=20 > CVL support l4 for QinQ switch filter in DCF 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