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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46F7CC433FE for ; Tue, 22 Nov 2022 18:12:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234174AbiKVSMK (ORCPT ); Tue, 22 Nov 2022 13:12:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233443AbiKVSMF (ORCPT ); Tue, 22 Nov 2022 13:12:05 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 148AD85140; Tue, 22 Nov 2022 10:12:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=9wL3DrReumJnIpFip3mqETIzbbZ50/FTBOkqMi0gBBA=; b=5joZOybnGGPJ5wv+TYwwnM26YS ona4UaPG05JTABx7GUPPR92aRp4QPtfVEXRcZM9Hy1SwJaI8OSl6q1AEi/jxqFGjTzc4jD7lXkP6j 4TSKcWUh8EbRbmTqpKFiMKPNh4YP1xWl2I228YRdwGsY1F1PPTO9Lyvdgikzch+O52pE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oxXje-00397n-1p; Tue, 22 Nov 2022 19:11:06 +0100 Date: Tue, 22 Nov 2022 19:11:06 +0100 From: Andrew Lunn To: "Goh, Wei Sheng" Cc: Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ong Boon Leong , Voon Wei Feng , Tan Tee Min , Ahmad Tarmizi Noor Azura , Looi Hong Aun Subject: Re: [PATCH net v2] net: stmmac: Set MAC's flow control register to reflect current settings Message-ID: References: <20221122063935.6741-1-wei.sheng.goh@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221122063935.6741-1-wei.sheng.goh@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22, 2022 at 02:39:35PM +0800, Goh, Wei Sheng wrote: > Currently, pause frame register GMAC_RX_FLOW_CTRL_RFE is not updated > correctly when 'ethtool -A autoneg off rx off tx off' command > is issued. This fix ensures the flow control change is reflected directly > in the GMAC_RX_FLOW_CTRL_RFE register. In future, please include a summary of what changed from version 1 of the patch. This is generally placed under the --- marker. > > Fixes: 46f69ded988d ("net: stmmac: Use resolved link config in mac_link_up()") > Cc: # 5.10.x > Signed-off-by: Goh, Wei Sheng > Signed-off-by: Noor Azura Ahmad Tarmizi Reviewed-by: Andrew Lunn Andrew