From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89265C4361B for ; Mon, 14 Dec 2020 01:23:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 414CD207C7 for ; Mon, 14 Dec 2020 01:23:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437628AbgLNBVz (ORCPT ); Sun, 13 Dec 2020 20:21:55 -0500 Received: from mail.kevlo.org ([220.134.220.36]:29088 "EHLO mail.kevlo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731420AbgLNBVz (ORCPT ); Sun, 13 Dec 2020 20:21:55 -0500 Received: from localhost (ns.kevlo.org [local]) by ns.kevlo.org (OpenSMTPD) with ESMTPA id 9b0537a4; Mon, 14 Dec 2020 09:21:12 +0800 (CST) Date: Mon, 14 Dec 2020 09:21:12 +0800 From: Kevin Lo To: Jakub Kicinski Cc: Sasha Neftin , Jeff Kirsher , "David S . Miller" , netdev@vger.kernel.org Subject: Re: [PATCH] igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr Message-ID: <20201214012112.GA84571@ns.kevlo.org> References: <20201211143456.GA83809@ns.kevlo.org> <20201212140010.467d68bd@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201212140010.467d68bd@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, Dec 12, 2020 at 02:00:10PM -0800, Jakub Kicinski wrote: > > On Fri, 11 Dec 2020 22:34:56 +0800 Kevin Lo wrote: > > This patch sets the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr. > > Without this change it wouldn't lead to a shadow RAM write EEWR timeout. > > > > Signed-off-by: Kevin Lo > > This is a fix, please add a Fixes tag. > > Please CC the maintainers: > > M: Jesse Brandeburg > M: Tony Nguyen I will update the Fixes tag and send V2, thanks.