Received: with ECARTIS (v1.0.0; list netdev); Mon, 26 Jan 2004 22:20:58 -0800 (PST) Received: from ns1.s2io.com (ns1.s2io.com [216.209.86.101]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i0R6Ki7J025471 for ; Mon, 26 Jan 2004 22:20:44 -0800 Received: from guinness.s2io.com (gateway.s2io.com [216.209.86.98]) by ns1.s2io.com (8.12.10/8.12.10) with ESMTP id i0R6KVFG022622; Tue, 27 Jan 2004 01:20:31 -0500 (EST) Received: from lgt40 ([192.168.0.4]) by guinness.s2io.com (8.12.6/8.12.6) with ESMTP id i0R6KSKK012173; Tue, 27 Jan 2004 01:20:28 -0500 (EST) From: "Leonid Grossman" To: "'Jeff Garzik'" Cc: "'Stephen Hemminger'" , "'Andi Kleen'" , , Subject: RE: Submission for S2io 10GbE driver Date: Mon, 26 Jan 2004 22:19:47 -0800 Message-ID: <000401c3e49d$922d8140$0400a8c0@S2IOtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: <40160060.4010709@pobox.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Score: -106.2 X-Spam-Outlook-Score: () X-Spam-Features: BAYES_01,IN_REP_TO,QUOTED_EMAIL_TEXT,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.34 X-archive-position: 2831 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: leonid.grossman@s2io.com Precedence: bulk X-list: netdev Content-Length: 681 Lines: 32 > > The ethtool diag stuff is more of a quick sanity test than anything > exhaustive. > > I definitely want to discourage tons of test code in drivers, as its > code that users will almost-never run, it bloats the driver, > and can be > done with a special diag-only driver or diag program (or a > combination > of both). > > A lot of the 10/100 drivers originated from Donald Becker, > who typically > creates a userland (i.e. separate) diag program for each > driver he writes. I see the point; we'll go ahead and get rid of the loopback. We actually have pretty extensive standalone diag tool that is based on diag driver. Thanks, Leonid > > Jeff > > >