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 AC86CA0093; Tue, 26 Apr 2022 04:46:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E1EB406A2; Tue, 26 Apr 2022 04:46:04 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 3221340691 for ; Tue, 26 Apr 2022 04:46:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650941163; x=1682477163; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=/asw7L4o2W8p2FYBL7vkzQnUdCwQutNUH1PDphMF59w=; b=aiVMS+2yG8rmJ4e1npoTwrUeJ+HOzxHN9398tpcrS6wdfPNwMDEG42KT kZW+DHze2rVx9ML/w15FYjgSoVzxFYz26DVlz39CAliDF9n1g8LmD/0Nz 0mhP60CjR940l2ZjSVYEUmn8B/1TgYEbVxmodJ60tMATVLu3ZHO606+TB q764GqZB7ErrpReW3RPL/UJiWmWbOhAlqUnGirpumWfNhRjblFJMadY7V fFPcJFDda631Pgy7uKQlT0mUhLPP6YATnzSN8f9Uypp+aBJTFtpoz7pEk 198Fwpk9tMWh7YfjyjZ2ZTgnzZRLnuSSpfuZ0z8cmYCiyUbVrtfgCrst1 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="265231977" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="265231977" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 19:46:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="558052741" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga007.jf.intel.com with ESMTP; 25 Apr 2022 19:46:01 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) 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.27; Mon, 25 Apr 2022 19:46:01 -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:46:01 -0700 From: "Tu, Lijuan" To: "Fu, Qi" , "dts@dpdk.org" CC: "Fu, Qi" Subject: RE: [dts][PATCH V1]cvl_switch_filter_test_plan:add pattern any rule test cases Thread-Topic: [dts][PATCH V1]cvl_switch_filter_test_plan:add pattern any rule test cases Thread-Index: AQHYV6Mhx2wbvL7ZeUutaDRi22+jo60Bf8xw Date: Tue, 26 Apr 2022 02:46:01 +0000 Message-ID: <4f349eb6b0f44110a561930ca480f3d9@intel.com> References: <20220424061814.651421-1-qi.fu@intel.com> In-Reply-To: <20220424061814.651421-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.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: Qi Fu > Sent: 2022=1B$BG/=1B(B4=1B$B7n=1B(B24=1B$BF|=1B(B 14:18 > To: dts@dpdk.org > Cc: Fu, Qi > Subject: [dts][PATCH V1]cvl_switch_filter_test_plan:add pattern any rule = test cases >=20 > rte_flow enable new feature to support "drop any" and "steering all to qu= eue". > these pattern any rules programmed to switch filter. > so add pattern any test cases to cvl_switch_filter_test_plan.rst. >=20 > Signed-off-by: Qi Fu Please fix issues report by ci/Intel-dts-doc-test: http://mails.dpdk.org/ar= chives/test-report/2022-April/276250.html Could briefly introduce the new feature "drop any" and "steering all to que= ue" in the test plan? thanks