From patchwork Mon Nov 15 14:37:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 104296 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 470B2A0C43; Mon, 15 Nov 2021 07:10:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 116A040E01; Mon, 15 Nov 2021 07:10:37 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 6B70E40141 for ; Mon, 15 Nov 2021 07:10:35 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10168"; a="257120681" X-IronPort-AV: E=Sophos;i="5.87,235,1631602800"; d="scan'208";a="257120681" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Nov 2021 22:10:34 -0800 X-IronPort-AV: E=Sophos;i="5.87,235,1631602800"; d="scan'208";a="505781275" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Nov 2021 22:10:32 -0800 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts] [PATCH V1] checksum_offload:ignore sctp checksum in check l4 tx Date: Mon, 15 Nov 2021 22:37:47 +0800 Message-Id: <20211115143747.15020-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 Tested-by: Zhimin Huang --- test_plans/checksum_offload_test_plan.rst | 2 +- tests/TestSuite_checksum_offload.py | 2 +- 2 files changed, 2 insertions(+), 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..bdea6a15 100644 --- a/tests/TestSuite_checksum_offload.py +++ b/tests/TestSuite_checksum_offload.py @@ -69,7 +69,7 @@ l3_proto_classes = [ l4_proto_classes = [ UDP, TCP, - SCTP +# SCTP ] tunnelling_proto_classes = [