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 BB576A0350 for ; Tue, 30 Jun 2020 16:25:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A79001BF6F; Tue, 30 Jun 2020 16:25:56 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D55041BF6F; Tue, 30 Jun 2020 16:25:54 +0200 (CEST) IronPort-SDR: ISBhp9auZHQAl/91ivIa6PtBQr78/DCa8eFvlYx8BMFwQJ+5L5UX6Rt2UdmLOgQr/1hMpVlsUU 9qnDjwvX1n7g== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="146226657" X-IronPort-AV: E=Sophos;i="5.75,297,1589266800"; d="scan'208";a="146226657" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 07:25:53 -0700 IronPort-SDR: XfKei2stMtuOc2adK+Edb/jNHRoDcg1Wf3Ejf0GkhhNMvlzkT2zq5/5rhLyWWm9TI4DEXQzzfT 1BHBpTcMli6g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,297,1589266800"; d="scan'208";a="313415822" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga002.fm.intel.com with ESMTP; 30 Jun 2020 07:25:53 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 30 Jun 2020 07:25:52 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 30 Jun 2020 07:25:52 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 07:23:26 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0439.000; Tue, 30 Jun 2020 22:23:23 +0800 From: "Zhang, Qi Z" To: "Wang, ShougangX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Yang, Qiming" , "Wang, ShougangX" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] net/ice: fix incorrect EEPROM data Thread-Index: AQHWTP6WRuwvbkuO502St5ePViLRHajxOdeA Date: Tue, 30 Jun 2020 14:23:22 +0000 Message-ID: <039ED4275CED7440929022BC67E70611548492B6@SHSMSX103.ccr.corp.intel.com> References: <20200508071340.75836-1-shougangx.wang@intel.com> <20200628033736.156247-1-shougangx.wang@intel.com> In-Reply-To: <20200628033736.156247-1-shougangx.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-stable] [dpdk-dev] [PATCH v2] net/ice: fix incorrect EEPROM data 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: dev On Behalf Of Shougang Wang > Sent: Sunday, June 28, 2020 11:38 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Yang, Qiming > ; Wang, ShougangX ; > stable@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/ice: fix incorrect EEPROM data >=20 > Kernel driver reads EEPROM data from flash but DPDK reads from shadow > ram. This patch fixes the issue by changing method to get EEPROM data fro= m > flash. >=20 > Fixes: 68a1ab82ad74 ("net/ice: speed up to retrieve EEPROM") > Cc: stable@dpdk.org >=20 > Signed-off-by: Shougang Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi