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=-10.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 434B0C2BB40 for ; Thu, 17 Dec 2020 11:23:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 108702389B for ; Thu, 17 Dec 2020 11:23:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728041AbgLQLXD (ORCPT ); Thu, 17 Dec 2020 06:23:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725950AbgLQLXC (ORCPT ); Thu, 17 Dec 2020 06:23:02 -0500 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22885C061794; Thu, 17 Dec 2020 03:22:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=1aCEEVpoJd1AIGaTr9ZimyjwtCpcRYK51chuyXemG1s=; b=F7jvY4ne31zP/fYF9eWsBaklJ 6xirSytfI4FVqQf3lEPYxOvCTWDH/DSwogEccpVHKdyOe2+Ud6bImMjqZmIWw6EeENyb3KF9kWmyN l4y8AG6GpSDNOEtsWmbNCVFbsb37CwXcy2CWeuwjhiQ6TZ1wq1yU4Z1a0fmCbrRfk2uUTcRc9+Pcc WrI9wQ2oUoXZlx4twz/Enp7XdL7GymdPs9xrKXk70EJ6Fmin9xiYE41GRvYN0q7KTxCzB0UwgLc9D tQb8LjQXAz6LVEuliNLthlYKNmsp1Ay6d+btYJHbLi7q7I19yIgE4gdDGw7U0nzlUZEX1Na0BDNPi x05tTR73A==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:44306) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kprMG-0004MK-Ni; Thu, 17 Dec 2020 11:22:08 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1kprMB-0006qr-Ie; Thu, 17 Dec 2020 11:22:03 +0000 Date: Thu, 17 Dec 2020 11:22:03 +0000 From: Russell King - ARM Linux admin To: Marcin Wojtas Cc: Stefan Chulski , netdev , Thomas Petazzoni , "David S. Miller" , nadavh@marvell.com, Yan Markman , Linux Kernel Mailing List , Jakub Kicinski , Andrew Lunn Subject: Re: [PATCH net v2 2/2] net: mvpp2: disable force link UP during port init procedure Message-ID: <20201217112203.GY1551@shell.armlinux.org.uk> References: <1608198007-10143-1-git-send-email-stefanc@marvell.com> <1608198007-10143-2-git-send-email-stefanc@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: Russell King - ARM Linux admin Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Dec 17, 2020 at 12:00:49PM +0100, Marcin Wojtas wrote: > Hi Stefan, > > czw., 17 gru 2020 o 10:42 napisaƂ(a): > > > > From: Stefan Chulski > > > > Force link UP can be enabled by bootloader during tftpboot > > and breaks NFS support. > > Force link UP disabled during port init procedure. > > > > Signed-off-by: Stefan Chulski > > --- > > What are the updates against v1? Please note them in this place for > individual patches and list all in the cover letter (in case sending a > group of patches). It seems the only reason this has been resent is because it's (incorrectly) part of a series that involved a change to patch 1 (adding the Fixes: tag). As this is a stand-alone fix, it shouldn't be part of a series unless there really is some kind of dependency with the other patch(es) of that series. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!