From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 52C76A052B; Wed, 29 Jul 2020 02:01:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E050A1150; Wed, 29 Jul 2020 02:01:11 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BAF76A3; Wed, 29 Jul 2020 02:01:09 +0200 (CEST) IronPort-SDR: swlkebpeNT+7MWaEqwdE37JWLKn2Fr9vWkPuZVxygu/azfHiuIwIdA+YIHZs+vrbJXIEun9Bdy n7mzA/NtCDsA== X-IronPort-AV: E=McAfee;i="6000,8403,9696"; a="152574385" X-IronPort-AV: E=Sophos;i="5.75,408,1589266800"; d="scan'208";a="152574385" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2020 17:01:07 -0700 IronPort-SDR: z2nYqqr0TpXUvP2F1n7emawpURtSC6ZTOvD+bDlDWXdXPW1xzx2tKFLTBnXn7eO3ATFeTjY17m 559hRqYIfrgg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,408,1589266800"; d="scan'208";a="394493968" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 28 Jul 2020 17:01:07 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 28 Jul 2020 17:01:07 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 28 Jul 2020 17:01:06 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.135]) with mapi id 14.03.0439.000; Wed, 29 Jul 2020 08:01:04 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" , "Yang, Qiming" CC: "Wang, Yinan" , "Xu, Ting" , "stable@dpdk.org" Thread-Topic: [PATCH v1] net/ice: fix TCP checksum offload failure Thread-Index: AQHWZOYxvI4vf1ytLUSSC2WcIKDFUqkdrMgQ Date: Wed, 29 Jul 2020 00:01:03 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154868439@SHSMSX103.ccr.corp.intel.com> References: <20200728134203.927631-1-haiyue.wang@intel.com> In-Reply-To: <20200728134203.927631-1-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/ice: fix TCP checksum offload failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Wang, Haiyue > Sent: Tuesday, July 28, 2020 9:42 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Wang, Yinan ; Xu, Ting ; > Wang, Haiyue ; stable@dpdk.org > Subject: [PATCH v1] net/ice: fix TCP checksum offload failure >=20 > The L4LEN field of the Descriptor Header Offset for TCP should be the rea= l > length including the TCP options. >=20 > Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx") > Cc: stable@dpdk.org >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi