Received: by oss.sgi.com id ; Sun, 25 Jun 2000 22:00:12 -0700 Received: from saw.sw.com.sg ([203.120.9.98]:37505 "HELO saw.sw.com.sg") by oss.sgi.com with SMTP id ; Sun, 25 Jun 2000 21:59:45 -0700 Received: (qmail 9594 invoked by uid 577); 26 Jun 2000 04:59:09 -0000 Message-ID: <20000626125909.A9548@saw.sw.com.sg> Date: Mon, 26 Jun 2000 12:59:09 +0800 From: Andrey Savochkin To: Alan Cox , Andrew Morton Cc: "netdev@oss.sgi.com" , Andreas Tobler Subject: Re: 3c59x.c for 2.2.17 References: <3955EB11.519DF76B@uow.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from "Alan Cox" on Sun, Jun 25, 2000 at 01:09:41PM Sender: owner-netdev@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;netdev-outgoing Content-Length: 330 Lines: 10 Hello, On Sun, Jun 25, 2000 at 01:09:41PM +0100, Alan Cox wrote: > This is a mess in a lot of Don Becker skeleton base drivers. Its much cleaner > if the last ring buffer slot is about to be used and the new alloc fails to > simply recycle the buffer and throw the received packet away. I do it this way in eepro100. Andrey