From patchwork Tue Nov 30 11:54:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 104765 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 F22B3A0C53; Tue, 30 Nov 2021 04:25:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2D4E40683; Tue, 30 Nov 2021 04:25:23 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 256EE4003C for ; Tue, 30 Nov 2021 04:25:21 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10183"; a="216149581" X-IronPort-AV: E=Sophos;i="5.87,275,1631602800"; d="scan'208";a="216149581" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2021 19:25:21 -0800 X-IronPort-AV: E=Sophos;i="5.87,275,1631602800"; d="scan'208";a="653876437" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2021 19:25:19 -0800 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts] [PATCH V2] checksum_offload:ignore sctp checksum in check l4 tx Date: Tue, 30 Nov 2021 19:54:33 +0800 Message-Id: <20211130115433.21209-1-zhiminx.huang@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 sync with dev to ignore check sctp in pmd,customers only require udp and tcp. Signed-off-by: Zhimin Huang --- test_plans/checksum_offload_test_plan.rst | 2 +- tests/TestSuite_checksum_offload.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test_plans/checksum_offload_test_plan.rst b/test_plans/checksum_offload_test_plan.rst index db939b45..f4b388c4 100644 --- a/test_plans/checksum_offload_test_plan.rst +++ b/test_plans/checksum_offload_test_plan.rst @@ -297,7 +297,7 @@ Test Case: Hardware Checksum Check L4 TX =========================================== This test involves testing many different scenarios with a L4 checksum. A variety of tunneling protocols, L3 protocols and L4 protocols are combined -to test as many scenarios as possible. Currently, UDP, TCP and SCTP are used +to test as many scenarios as possible. Currently, UDP and TCP are used as L4 protocols, with IP and IPv6 being used at level 3. The tested tunneling protocols are VXLAN and GRE. This test is used to determine whether the hardware offloading of checksums works properly. diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checksum_offload.py index 3338e334..42812a76 100644 --- a/tests/TestSuite_checksum_offload.py +++ b/tests/TestSuite_checksum_offload.py @@ -69,7 +69,6 @@ l3_proto_classes = [ l4_proto_classes = [ UDP, TCP, - SCTP ] tunnelling_proto_classes = [