Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6ANaCRw023933 for ; Wed, 10 Jul 2002 16:36:12 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.5/8.12.3/Submit) id g6ANaCEH023932 for netdev-outgoing; Wed, 10 Jul 2002 16:36:12 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-netdev@oss.sgi.com using -f Received: from cyberus.ca (mail.cyberus.ca [216.191.240.111]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g6ANa6Rw023921 for ; Wed, 10 Jul 2002 16:36:06 -0700 Received: from shell.cyberus.ca (shell [216.191.240.114]) by cyberus.ca (8.9.3/8.9.3/Cyberus Online Inc.) with ESMTP id TAA01283; Wed, 10 Jul 2002 19:40:19 -0400 (EDT) Received: from localhost (hadi@localhost) by shell.cyberus.ca (8.11.6+Sun/8.11.6) with ESMTP id g6ANY2924723; Wed, 10 Jul 2002 19:34:03 -0400 (EDT) X-Authentication-Warning: shell.cyberus.ca: hadi owned process doing -bs Date: Wed, 10 Jul 2002 19:34:02 -0400 (EDT) From: jamal To: Jason Lunz cc: , , , Subject: Re: [ANNOUNCE] NAPI patches for 2.4.19-rc1 In-Reply-To: <20020710223237.GA7995@orr.falooley.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.20 X-Spam-Level: Sender: owner-netdev@oss.sgi.com Precedence: bulk For some reason i thought there was already patches for 2.4.18 and above. Robert, seems like you dont have them; Two patches: 2.4.18: http://www.cyberus.ca/~hadi/patches/napi-patch-2418.gz 2.4.19-pre10: http://www.cyberus.ca/~hadi/patches/napi-2419-pre10.gz Also a more recently tested tulip driver at: http://www.cyberus.ca/~hadi/patches/tulip-napi.tgz tested with Znyx 4 port ethernet cards; For the best perfomance (at least on the Znyx Nics) turn on MMIO (selected from kernel config). Ignore anything that looks strange in the code. The dl2k and sundance driver from Ed Peng listed in the README at the site should work fine on 2.4 The info is at: ftp://robur.slu.se/pub/Linux/net-development/NAPI/README cheers, jamal On Wed, 10 Jul 2002, Jason Lunz wrote: > > I've backported the most recent napi sources I could find to 2.4.19-rc1. > The patches are available at http://orr.falooley.org/pub/linux/net/. > > Testing and suggestions are welcome. Currently backported napi drivers > are e1000, eepro100, tulip, and 3c59x. I intend to backport dl2k and > sundance at some point, but I have no dl2k cards and I'm working with > Donald Becker to get the sundance driver working on the card I have. > > Does anyone know of more recent NAPI conversions? Robert Olsson tells me > Jeff Garzik has a more recent tulip conversion, but there are _no_ napi > net drivers in 2.5.25 and I haven't found any others except for those > mentioned at the NAPI ftp site. > > Jason >