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 826AEA0548; Thu, 8 Sep 2022 03:53:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5471F40143; Thu, 8 Sep 2022 03:53:39 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7801F400D6 for ; Thu, 8 Sep 2022 03:53:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662602017; x=1694138017; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=gD7+QKJF3Rt5zZ2TdiniRe0XOxtG26J8ItKzTFyd6zo=; b=VekGdos/0IF6FC444ae7Z77nnyrN+ghQmdf/vOEzwGMhse9vq4m0PF/0 KGcsI+xtdXd7HDuuHkTNoPuoG9YO791v6+B6mbzOIgwzLFgRrirLoLJZP qJ8wAisOV607wGuziFhJbZq1dGAR/HPk08uzRD8B7/R4o3h67PWMKUKEd UtdLd3VVmEE9qn5qRj3QrFnB1SYqT6mPSOf0xDtDkmitcl/IOucL3ps0c l5V1bFj3Pd2oSmu+vnNg9hxD/MzHIMFmKwwlEGEQMm5GzC8uXqTuaa9nm J4al+Dbah82iz29fGAfDPRA2bqzrjwXtGZwJJXA8P7shywPks8HlCQ+29 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="294624223" X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="294624223" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 18:53:36 -0700 Message-Id: Date: 07 Sep 2022 18:53:31 -0700 X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="610521324" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 18:53:31 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V2 1/2] test_plans/ice_switch_filter: add 2 case From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220905185109.3717549-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Mon, 5 Sep 2022 18:51:08 +0000, Jiale Song wrote: > add case to test the rule of l2 mask and l3 mask. > > Signed-off-by: Jiale Song Acked-by: Lijuan Tu Series applied, thanks