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 7839CA0508; Mon, 9 May 2022 09:26:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6FF7740691; Mon, 9 May 2022 09:26:18 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 7CA104068F for ; Mon, 9 May 2022 09:26:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652081176; x=1683617176; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Y5zrqLEnfdN8RTi2AQSYM1xn7pTU7MWu03DgHIxkaQg=; b=AhqIxVX7FGsj3SiW4AqwW8czgP8vyFj4jfNrkH6svsOi/AAy9YnJ6KOy R04mw0gI0BnnLWCOLyvcknLY3Z9lWFQ4d8kyAlYFBz1lRMFCuk0zdccGR HJUlsAp8W1zEnfHbSMwUiiql0al0k4Mzd3MzAOIKW5OTaG7z9gANHre8c rccmwxfVTKXOmy+uI7Xgsmbeq/GoIblW6HZDqaZPCvwnRKpSXgTeImlO+ 4a0zCQREUkqFVqDlBM3rlzrqOnhgMO41FwNdqGI56VW/idDsO/OTeS+1h lT1PJukKNhiodps7YhV1MPYBEspmlABjmCgECHlLssoQadrLXEY0k8cv6 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="248868739" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="248868739" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:26:15 -0700 Message-Id: <28e406$g2q482@orsmga006-auth.jf.intel.com> Date: 09 May 2022 00:26:14 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="539824443" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:26:14 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V3]cvl_switch_filter_test_plan:add pattern any rule test cases From: lijuan.tu@intel.com To: dts@dpdk.org,Qi Fu Cc: Qi Fu In-Reply-To: <20220506023002.895409-1-qi.fu@intel.com> 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: , Reply-To: Qi Fu Errors-To: dts-bounces@dpdk.org On Fri, 6 May 2022 10:30:02 +0800, Qi Fu wrote: > rte_flow enable new feature to support "drop any" and "steering all to queu= e". > 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 Applied, thanks