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 3FBA0A052B for ; Fri, 31 Jul 2020 09:52:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 089C6A69; Fri, 31 Jul 2020 09:52:53 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9E564A69; Fri, 31 Jul 2020 09:52:50 +0200 (CEST) IronPort-SDR: vediD7zRCYcc18zz+0B0FztG5NRmLZ3iapYp06ayDcUeKgxzYChOCbcMDzjT/euWoFVWcAmIDN /PTpPUSMABIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9698"; a="149571062" X-IronPort-AV: E=Sophos;i="5.75,417,1589266800"; d="scan'208";a="149571062" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 00:52:49 -0700 IronPort-SDR: e8dkJVRw0jr86I+wpfAbv3uAnaHZRYOE+qxU1T3fLVCuNx1eArVYK14pAg1KRhYYgSyt9SBXxT mjjIR9TKUYyQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,417,1589266800"; d="scan'208";a="323161887" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 31 Jul 2020 00:52:49 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 31 Jul 2020 00:52:49 -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; Fri, 31 Jul 2020 15:52:45 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" , "Yang, Qiming" CC: "Xu, Ting" , "Sun, Chenmin" , "Wang, Yinan" , "stable@dpdk.org" Thread-Topic: [PATCH v1] net/ice: revert the TSO fake fix Thread-Index: AQHWZwEm+TvurKZAwUepP4EEwFUR7KkhUP2g Date: Fri, 31 Jul 2020 07:52:45 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154869FAE@SHSMSX103.ccr.corp.intel.com> References: <20200731055940.261825-1-haiyue.wang@intel.com> In-Reply-To: <20200731055940.261825-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.5.1.3 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-stable] [PATCH v1] net/ice: revert the TSO fake fix X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Wang, Haiyue > Sent: Friday, July 31, 2020 2:00 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Xu, Ting ; Sun, Chenmin ; > Wang, Yinan ; Wang, Haiyue > ; stable@dpdk.org > Subject: [PATCH v1] net/ice: revert the TSO fake fix >=20 > The two fixes are not the real root cause for MDD event, it mitigates the= failure > rate when different test mode, so revert them. >=20 > Fixes: 2a0c9ae4f646 ("net/ice: fix TCP checksum offload") > Fixes: 7365a3cee51f ("net/ice: calculate TCP header size for offload") > Cc: stable@dpdk.org >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi zhang Applied to dpdk-next-net-intel. Thanks Qi