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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 DE1A7C4361A for ; Fri, 4 Dec 2020 15:32:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7DD1422B4B for ; Fri, 4 Dec 2020 15:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729816AbgLDPck (ORCPT ); Fri, 4 Dec 2020 10:32:40 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:38706 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725923AbgLDPck (ORCPT ); Fri, 4 Dec 2020 10:32:40 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1klD3o-00AEGc-9K; Fri, 04 Dec 2020 16:31:52 +0100 Date: Fri, 4 Dec 2020 16:31:52 +0100 From: Andrew Lunn To: Russell King Cc: Heiner Kallweit , Pali =?iso-8859-1?Q?Roh=E1r?= , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Subject: Re: [PATCH net-next 1/2] net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaround Message-ID: <20201204153152.GC2400258@lunn.ch> References: <20201204143451.GL1551@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > +/* Some modules (Nokia 3FE46541AA) lock up if byte 0x51 is read as a > + * single read. Switch back to reading 16 byte blocks unless we have > + * a CarlitoxxPro module (rebranded VSOL V2801F). Even more annoyingly, > + * some VSOL V2801F have the vendor name changed to OEM. Hi Russell I guess it is more likely, the vendor name has not been changed _from_ OEM. Otherwise, this looks good. Reviewed-by: Andrew Lunn Andrew