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 86CE1A0093; Tue, 26 Apr 2022 04:34:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F063406A2; Tue, 26 Apr 2022 04:34:13 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 0AA6A40691 for ; Tue, 26 Apr 2022 04:34:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650940452; x=1682476452; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=McHppjkJSDn3YEjovebKfi8S661dkEMV3O0cQOTC23k=; b=N7xP0UcXuIdIxfQC5RhY6YIprV4aCNAOu3AhwnSBrOb4pIt1Kr9VP5gC V4Sp8mUUDCd0P6mv/3vRplU01+w/3mXoDcW4ivZgfspw7+H0HjUYGVCBa QmS652t13X0/bC1VPvZrJdjh63sgSxqxW14YSwwEzgvuhNbw1ttaLXp7t O2yf7DkkEkBOLBaEd7tduZzfygBmIQvb2i1vQpR2JsCvl0cRoxYng2+Jn eQsOOvl8rFHvt7w2QJnv6ARZOW84KNHn5sfGd9DB6JpeeUF+fBBCJ/d9Y 6AEEy7/J/NshmB0tsCqTJzgkp+eL8qSBYm/9ALkeE1oSDkjAzUeNyBJnl g==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="264273561" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="264273561" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 19:34:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="730018781" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga005.jf.intel.com with ESMTP; 25 Apr 2022 19:34:10 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Mon, 25 Apr 2022 19:34:10 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Mon, 25 Apr 2022 19:34:10 -0700 From: "Tu, Lijuan" To: "Huang, ZhiminX" , "dts@dpdk.org" CC: "Huang, ZhiminX" Subject: RE: [dts][PATCH V2] tests/cvl_switch_filter:add new cases about pattern any rule Thread-Topic: [dts][PATCH V2] tests/cvl_switch_filter:add new cases about pattern any rule Thread-Index: AQHYV7awiN1K7JwhLUmGUfB356UCzq0BfH+w Date: Tue, 26 Apr 2022 02:34:09 +0000 Message-ID: References: <20220424170323.26670-1-zhiminx.huang@intel.com> In-Reply-To: <20220424170323.26670-1-zhiminx.huang@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.401.20 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: Zhimin Huang > Sent: 2022=1B$BG/=1B(B4=1B$B7n=1B(B25=1B$BF|=1B(B 1:03 > To: dts@dpdk.org > Cc: Huang, ZhiminX > Subject: [dts][PATCH V2] tests/cvl_switch_filter:add new cases about patt= ern any rule >=20 > dpdk22.03 rte_flow enable new feature to support "drop any" and "steering= all to queue". > add 4 new case in cvl_switch_filter suite. >=20 > v2: > fix typo error >=20 > Signed-off-by: Zhimin Huang Looks good to me, but test plan is not qualified for applying, so pend it.