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 AF108A00BE; Fri, 11 Feb 2022 04:03:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3A3241141; Fri, 11 Feb 2022 04:03:56 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id A71D140DF5 for ; Fri, 11 Feb 2022 04:03:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644548636; x=1676084636; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=yJomPjoXm+ov91vcUg2fNXLMTQTbNL/qeDauRkvmgO4=; b=LE6kVEHIa7egCtUpy68MVbU8VoSDp/LIPCeBDYspEojs4EUWQkzME822 OAn45CucQMNjjF2cJWA7DnKesARJ8D7oAWF2SfuFnd+h5xeUhz7b13ty6 fXuZIJdX1PhsvueugYVphoFNf4xEtAwy0bv49R5jeHC0TPU5E88nIJrrp ByEBy+nDtZ8opFsHyX5tK31UpD89DB3JqWKR8a22LuVgJj1gQ5NalGpB2 cA73+4s4j0xNB1j9yjR1w3o64PbEC7gwF21lINNcWSnBTKNs3V5qak7vB srIn2tUNdVrc7glg6ymwL0mxZWGR5zpUBn9baF/OHchsR1eDlIU8JF4Wj w==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="237050026" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="237050026" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 19:03:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="629994392" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga002.fm.intel.com with ESMTP; 10 Feb 2022 19:03:54 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx604.amr.corp.intel.com (10.18.126.84) 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:54 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) 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:52 +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:52 +0800 From: "Tu, Lijuan" To: "Tang, Yaqi" , "dts@dpdk.org" CC: "Tang, Yaqi" Subject: RE: [dts][PATCH V3] tests/cvl_switch_filter: add test cases for cvl qinq switch filter support l4 Thread-Topic: [dts][PATCH V3] tests/cvl_switch_filter: add test cases for cvl qinq switch filter support l4 Thread-Index: AQHYHqNo6ubtWoaFyUyHjrHwNSAwOqyNqqyQ Date: Fri, 11 Feb 2022 03:03:52 +0000 Message-ID: <94ae4cc958b143fe90aab05278311e4e@intel.com> References: <20220211012451.739750-1-yaqi.tang@intel.com> In-Reply-To: <20220211012451.739750-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:25 > To: dts@dpdk.org > Cc: Tang, Yaqi > Subject: [dts][PATCH V3] tests/cvl_switch_filter: add test cases 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