From patchwork Wed Sep 14 09:42:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 116248 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D2055A0032; Wed, 14 Sep 2022 03:29:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A4AD14021D; Wed, 14 Sep 2022 03:29:14 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 61DCE40151 for ; Wed, 14 Sep 2022 03:29:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663118953; x=1694654953; h=from:to:cc:subject:date:message-id; bh=gAtVgOR+lRgV/1IFUBOnU/QcM+bIyDoWBF1Ncy7n2w4=; b=MmIBxpXUeQ7l1cHW7Xc+vwEgMGkdOGVu3IKHYex1zwm2sMCXIfkyGRyU gt4AEpEgQ6dbThzdBfBQ+uO0YanUq+p3kQBMZsvGu/PHRT3FpwCDZnfSc +/9dGbd12ONTMhaBcG3cwLrf+Jcvq9UefMzEMLDGAZqggQxi8RoAG0xaL l92znVoFpfUJHk5jtgp5OK/ltiODUSGmpaqVlwnUqlcdac+klc84r1c1W uGtOJqOTKVp2dOxD2zrv5/FFmzUrurm23p/qclxZ+FHuirvoLieDmpYs1 Za3O2VNlG1BmYtdmhoULbNpJskRJI3GDdrcpLCRu26+nexViDUml+y8iO A==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="299118167" X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="299118167" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2022 18:29:12 -0700 X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="612341148" Received: from unknown (HELO localhost.localdomain) ([10.239.252.94]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2022 18:29:10 -0700 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 1/2] test_plans/ice_flow_priority: remove ip fragment packets Date: Wed, 14 Sep 2022 09:42:49 +0000 Message-Id: <20220914094250.27976-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.17.1 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 the default rss not support ipfrag rss, so remove ip fragment packets. According to dpdk commit cc46bab5968 ("net/ice: remove support for IP fragment default RSS"). Signed-off-by: Song Jiale --- test_plans/ice_flow_priority_test_plan.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test_plans/ice_flow_priority_test_plan.rst b/test_plans/ice_flow_priority_test_plan.rst index 73095014..30433f57 100644 --- a/test_plans/ice_flow_priority_test_plan.rst +++ b/test_plans/ice_flow_priority_test_plan.rst @@ -314,15 +314,11 @@ rules:: matched packets:: >>> sendp([Ether()/IPv6(src="", dst="")/("X"*480)], iface="") - >>> sendp([Ether()/IPv6(src="", dst="")/IPv6ExtHdrFragment()/("X"*480)], iface="") mismatched packets:: >>> sendp([Ether()/IPv6(src="", dst="")/("X"*480)], iface="") >>> sendp([Ether()/IPv6(src="", dst="")/("X"*480)], iface="") - >>> sendp([Ether()/IPv6(src="", dst="")/IPv6ExtHdrFragment()/("X"*480)], iface="") - >>> sendp([Ether()/IPv6(src="", dst="")/IPv6ExtHdrFragment()/("X"*480)], iface="") - Test Case 4: MAC_IPV6_TCP ------------------------- @@ -632,7 +628,7 @@ mismatched packets:: Test Case 20: check flow priority filter ---------------------------------------- -1. launch testpmd with --log-level="ice,8" +1. launch testpmd with --log-level="ice,7" 2. create rules with priority 0, check the rule is created to switch with a log "Succeeded to create (2) flow"::