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 6920B4237B for ; Mon, 9 Jan 2023 08:47:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 688F840687; Mon, 9 Jan 2023 08:47:41 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 615CB4067C; Mon, 9 Jan 2023 08:47:40 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH v2] net/ixgbe: fix ixgbe firmware version inconsistency Date: Mon, 9 Jan 2023 08:47:36 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8763E@smartserver.smartshare.dk> In-Reply-To: <20230109065310.44968-1-shiyangx.he@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2] net/ixgbe: fix ixgbe firmware version inconsistency Thread-Index: Adkj+G0jZCCb/jhHQOaLsdxJ8pUGiQABdg4g References: <20230104095142.86796-1-shiyangx.he@intel.com> <20230109065310.44968-1-shiyangx.he@intel.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Shiyang He" , Cc: , , "Qiming Yang" , "Wenjun Wu" , "Remy Horton" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 > From: Shiyang He [mailto:shiyangx.he@intel.com] > Sent: Monday, 9 January 2023 07.53 >=20 > This patch follows the code of ixgbe kernel driver so that it keeps = the > firmware version obtained by dpdk-ethtool consistent with that = obtained > by linux-ethtool. >=20 > Fixes: 8b0b56574269 ("net/ixgbe: add firmware version get") > Cc: stable@dpdk.org >=20 > Signed-off-by: Shiyang He >=20 > v2: follow the code of ixgbe kernel driver > --- Thank you for the updated patch. LGTM. Acked-by: Morten Br=F8rup