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 0AB5CA034C; Wed, 5 Jan 2022 06:47:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC9C94014F; Wed, 5 Jan 2022 06:47:52 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 655F540042 for ; Wed, 5 Jan 2022 06:47:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641361671; x=1672897671; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=CRLKKLmZxKcbHxc8Tl9Invbivy+HqBW5Xgj7LDHVHI8=; b=mHjhb+w2i+d9G7eSM93LnaPbCKAFuIg2v0wvaaf+pGOknvnLOtQuRPnW HjnsAMwOhtByOwYe9mMK7BfjbKT3EEqOyExkNVINBCblErGcIjSPSPNyr zLgfvjgMLdQ9rmjfSbs+EguYwSDBgNTgrWgkxSWN6CgsAO2u+92Vbe1+q 5LG8pC05zdF9OL8mdWy6pCa2Wn6Tup8P+pKfc0JhdYNXmBLuQaptcT0cB ZoeqGNJ9wIVAzyv9f+C2TcUftMtHI1Ph4/8M4wmYIhRBq8THVzEgJLx0d HwFlQSPVH93SzJw5Slf5cdAj8EcbYqrVl6rspZA11WDao3JRX8gmmlvUQ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10217"; a="242332205" X-IronPort-AV: E=Sophos;i="5.88,262,1635231600"; d="scan'208";a="242332205" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2022 21:47:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,262,1635231600"; d="scan'208";a="526508442" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 04 Jan 2022 21:47:50 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 4 Jan 2022 21:47:49 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 5 Jan 2022 13:47:47 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Wed, 5 Jan 2022 13:47:47 +0800 From: "Tu, Lijuan" To: "Huang, ZhiminX" , "dts@dpdk.org" CC: "Huang, ZhiminX" Subject: RE: [dts] [PATCH V3] checksum_offload/l4_tx:remove check sctp test step Thread-Topic: [dts] [PATCH V3] checksum_offload/l4_tx:remove check sctp test step Thread-Index: AQHX9WL2qI1xNBDpqECiNWiLhtdDS6xUBLBw Date: Wed, 5 Jan 2022 05:47:47 +0000 Message-ID: <32ccfb63789e44bf93965f54ce08ff31@intel.com> References: <20211220135805.31027-1-zhiminx.huang@intel.com> In-Reply-To: <20211220135805.31027-1-zhiminx.huang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Zhimin Huang > Sent: 2021=1B$BG/=1B(B12=1B$B7n=1B(B20=1B$BF|=1B(B 21:58 > To: dts@dpdk.org > Cc: Huang, ZhiminX > Subject: [dts] [PATCH V3] checksum_offload/l4_tx:remove check sctp test s= tep >=20 > cause root commit is b2a9e4a8,it affects the tx sctp checksum. > but customers only require UDP and TCP,so remove check sctp checksum test > step. >=20 > Signed-off-by: Zhimin Huang Applied.