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 EB70CC43334 for ; Thu, 14 Jul 2022 13:07:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239081AbiGNNHJ (ORCPT ); Thu, 14 Jul 2022 09:07:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239257AbiGNNHF (ORCPT ); Thu, 14 Jul 2022 09:07:05 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 227E95A450; Thu, 14 Jul 2022 06:07:03 -0700 (PDT) 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=muk3dIHelVPAgQTm/sXT9cnXJeu6KyPqOGP4GYK8ICA=; b=aOlh6MOtK6Ygg3+oAK6/BmgxJA xDj3aMxagV6io4m47qnHJYy3cm20wP4wVMrMv7yTmZs4zsqi3+i+49Mn7M+EIlAr67SGXrA3txkIf 26lA+qY9Bl7yiqN9yOBIR+onzaLNfmbhyZT07ZyFHq0IUrdYHUNZrXSLcvuA3ZMDOz0g=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oByYV-00AHim-O8; Thu, 14 Jul 2022 15:06:59 +0200 Date: Thu, 14 Jul 2022 15:06:59 +0200 From: Andrew Lunn To: "Russell King (Oracle)" Cc: Oleksandr Mazur , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "davem@davemloft.net" , "edumazet@google.com" , "kuba@kernel.org" , "pabeni@redhat.com" , Yevhen Orlov , Taras Chornyi Subject: Re: [PATCH V2 net-next] net: marvell: prestera: add phylink support Message-ID: References: <20220713172013.29531-1-oleksandr.mazur@plvision.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > >No way to restart 1000base-X autoneg? > > 3. As for AN restart, no, it's not yet supported by our FW as of now. > > Maybe put a comment in the code to that effect? And also think about forward/backward compatibility. At some point your FW will support it. Do you need to do anything now in order to smoothly add support for it in the future? Andrew