Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp10796871pxu; Wed, 30 Dec 2020 11:53:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJzFwgu4m0Nof5Dgfs3rDDCBSAI4vN70hCeu/mVtL2rZFhARlJEOLFqSN22P3K0tV0qLbEp+ X-Received: by 2002:aa7:c358:: with SMTP id j24mr52433935edr.265.1609357985812; Wed, 30 Dec 2020 11:53:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609357985; cv=none; d=google.com; s=arc-20160816; b=ID+xVvv1+yGgnVJZE6m6ZtsirHAt+S8CYpTh+l8XyqJbt9KGgDjoU3se6UX6bMXPWQ 6CnaDl1iqBwaTVtyTJJgscZpqk7IEjxYLV88N2BoVsawewBxOG+3YffvQOOCMgeaZF6B RqrfdNnEhOnr/PA0ctU113tf0RPllnySOFTHq+JSa/P3qTB+Qvzg8yR9mt0antc/7mg8 my4ltX0gcO9PpcYblSQlkcIVDiIMmZPaIAlGWxj1y+p0AhjcmdaV6ameDTK0jPZz/OEi JMRy3PEtR6rTSX6a4W5G9Cp8XPNLzRQjL0yEwmlZwccXxAL8rFDtRTvPMnDSbCkFHJcG 0n/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=5IdJy8iI9VYx00KNbluRHCGfeb5A7FutZoQVY+D0E/8=; b=zx117dtOEyFmb4wz6F84rzF0QTfE7UkAb0Mluw5ohmJ9TBT8BDN/qP01eja1Z0eVmu dKSpPe7EVT9281oYg53v3X6jfVwLydw/yf5jJWhatESdpMC2/+Gk5bJtxtqwLgx3Ty/J 1qlPQHMYzipUXLdFWqI3fiG7wNX5UJ869OOeP1krPP7tAoWGFppiKxYCZbfWUOYoWvYh u/htHSvSOTKmStcEjx62/jd6HPtPzy4KKB518e3tsSISBQ0eWx17y59xjBDZQxAuMKfA OjCVBoEj/JXwBanSdgkHMb0YnBoCgvYnrQPxw2Cns5roeJd2pLg0m4FNEXfKyUYTfCoy fUlg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn3si23394801edb.35.2020.12.30.11.52.32; Wed, 30 Dec 2020 11:53:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726293AbgL3TuI (ORCPT + 99 others); Wed, 30 Dec 2020 14:50:08 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:44948 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726276AbgL3TuI (ORCPT ); Wed, 30 Dec 2020 14:50:08 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kuhTH-00F6L0-BR; Wed, 30 Dec 2020 20:49:23 +0100 Date: Wed, 30 Dec 2020 20:49:23 +0100 From: Andrew Lunn To: Russell King - ARM Linux admin Cc: Pali =?iso-8859-1?Q?Roh=E1r?= , Heiner Kallweit , "David S. Miller" , Jakub Kicinski , Marek =?iso-8859-1?Q?Beh=FAn?= , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] net: sfp: add workaround for Realtek RTL8672 and RTL9601C chips Message-ID: References: <20201230154755.14746-1-pali@kernel.org> <20201230154755.14746-2-pali@kernel.org> <20201230161036.GR1551@shell.armlinux.org.uk> <20201230165634.c4ty3mw6djezuyq6@pali> <20201230170546.GU1551@shell.armlinux.org.uk> <20201230174307.lvehswvj5q6c6vk3@pali> <20201230190958.GW1551@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201230190958.GW1551@shell.armlinux.org.uk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Which shows why it's pointless producing an EEPROM validation tool that > runs under Linux (as has been your suggestion). They won't use it, > since their testing only goes as far as "does it work in our product?" Yes, i would need SNIA to push for conformance testing, hold plug-testing events, and marketing that only devices which pass the conformance test are allowed to use the SNIA logo, etc. They do seem to have conformance testing for some of their storage standards, but nothing for SFPs. Andrew