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 446A7A0508; Mon, 9 May 2022 09:29:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27A8E40691; Mon, 9 May 2022 09:29:53 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 356764068F for ; Mon, 9 May 2022 09:29:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652081391; x=1683617391; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=X+VmekObWWQQnmIEHy/zzgKyXmRK/5dcOiJ4Ba+hPHE=; b=Bg3KRtU76cmqrUxO/r8wQNFUJevQNpIwWrFiO0aRL77DeEQuekNj201c TGrjKC2R/RwDFg5lotvZMM4Erhi9iuQU/4/JISCuTqM8lRjttfUILCLyG COIGQpxVJUKscdM/SwnIg6Ql0mk0ro++h5uyNAbwREM81qc2zD4VXVRoC kloZ1X8hbVzXYmprrKsu4G/nKRR2ycFJKrwxTnCFX716PzAUsH7kvKyMT AuUY7TJLQLUiV5omEv88feJYiAyC5XNk5b7fTx0+EbniQHGArGBsnzsRL 0eH6KeS6AQWjj3Khtfk+047xdrqXNutu4Tn4btnUJ6WfyQPor44wVmhEQ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="268892560" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="268892560" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:29:29 -0700 Message-Id: <87f1b2$gqnvoo@orsmga007-auth.jf.intel.com> Date: 09 May 2022 00:29:28 -0700 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="564920093" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 00:29:28 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/cvl_switch_filter:add new cases about pattern any rule From: lijuan.tu@intel.com To: dts@dpdk.org,Zhimin Huang Cc: Zhimin Huang In-Reply-To: <20220424170323.26670-1-zhiminx.huang@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: Zhimin Huang Errors-To: dts-bounces@dpdk.org On Mon, 25 Apr 2022 01:03:23 +0800, Zhimin Huang wr= ote: > dpdk22.03 rte_flow enable new feature to support "drop any" and "steering a= ll to queue". > add 4 new case in cvl_switch_filter suite. >=20 > v2: > fix typo error >=20 > Signed-off-by: Zhimin Huang Applied, thanks