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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 313D5C433E7 for ; Mon, 19 Oct 2020 21:07:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C7F2A222EA for ; Mon, 19 Oct 2020 21:07:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732476AbgJSVG7 (ORCPT ); Mon, 19 Oct 2020 17:06:59 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:35370 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732457AbgJSVG7 (ORCPT ); Mon, 19 Oct 2020 17:06:59 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kUcMo-002YRt-LF; Mon, 19 Oct 2020 23:06:54 +0200 Date: Mon, 19 Oct 2020 23:06:54 +0200 From: Andrew Lunn To: Robert Hancock Cc: hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, netdev@vger.kernel.org Subject: Re: [PATCH] net: phy: marvell: add special handling of Finisar modules with 81E1111 Message-ID: <20201019210654.GV139700@lunn.ch> References: <20201019204913.467287-1-robert.hancock@calian.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201019204913.467287-1-robert.hancock@calian.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Oct 19, 2020 at 02:49:13PM -0600, Robert Hancock wrote: > The Finisar FCLF8520P2BTL 1000BaseT SFP module uses a Marvel 81E1111 PHY > with a modified PHY ID, and by default does not have 1000BaseX > auto-negotiation enabled, which is not generally desirable with Linux > networking drivers. I could be wrong, but i thought phylink used SGMII with copper SFPs, so that 10/100 works as well as 1G. So why is 1000BaseX an issue? Do you have a MAC which cannot do SGMII, only 1000BaseX? Andrew