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 AD441A04B6 for ; Fri, 11 Sep 2020 05:37:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 94FDA1C0CC; Fri, 11 Sep 2020 05:37:49 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 7ABC1255; Fri, 11 Sep 2020 05:37:46 +0200 (CEST) IronPort-SDR: QAstndKhH703ox/7sEk8nacWok9msrO0G944SjM/2qM93tyoJ0r6cGg1amNo5fcA85uP0755Ze t61N7GaXyN+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="138710208" X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="138710208" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2020 20:37:45 -0700 IronPort-SDR: jruWt6g3E46tTSQL9MK/LDv1ghmd6uhBGZY3rhurDBQDVGXlkhoqymIZa2Va/31loNqRSjI0/Z K+5A0Kol6O7g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="344512045" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga007.jf.intel.com with ESMTP; 10 Sep 2020 20:37:45 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 10 Sep 2020 20:37:44 -0700 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.1713.5; Fri, 11 Sep 2020 11:37:42 +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.1713.004; Fri, 11 Sep 2020 11:37:42 +0800 From: "Zhang, Qi Z" To: "Wang, ShougangX" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/ice: fix incorrect firmware version Thread-Index: AQHWh+hUJgX2C9qE1E2Zk0lIZ/z1x6liyeFg Date: Fri, 11 Sep 2020 03:37:42 +0000 Message-ID: <71ae88b1f38f481c917fa8f49246abdd@intel.com> References: <20200806082519.71727-1-shougangx.wang@intel.com> <20200911024041.50817-1-shougangx.wang@intel.com> In-Reply-To: <20200911024041.50817-1-shougangx.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v3] net/ice: fix incorrect firmware version 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, ShougangX > Sent: Friday, September 11, 2020 10:41 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Wang, ShougangX ; > stable@dpdk.org > Subject: [PATCH v3] net/ice: fix incorrect firmware version >=20 > Kernel driver shows firmware version as hex but ice PMD shows as decimal. > This patch fixes the issue to make consistent with kernel driver. >=20 > Fixes: f9204d8a23c3 ("net/ice: fix firmware version result of ethtool") > Cc: stable@dpdk.org >=20 > Signed-off-by: Shougang Wang > Acked-by: Qiming Yang Applied to dpdk-next-net-intel. Thanks Qi