From owner-freebsd-current Wed Mar 15 15:14:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id CCA8137B883; Wed, 15 Mar 2000 15:14:00 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from boole.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Mar 2000 23:13:55 +0000 (GMT) To: Mike Smith Cc: yramin , howardl@account.abs.net, freebsd-current@freebsd.org Subject: Re: Best NIC for FBSD (was: Buffer Problems and hangs in 4.0-CURRENT..) In-reply-to: Your message of "Wed, 15 Mar 2000 12:53:43 PST." <200003152053.MAA01346@mass.cdrom.com> Date: Wed, 15 Mar 2000 23:13:55 +0000 From: Ian Dowse Message-ID: <200003152313.aa85970@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200003152053.MAA01346@mass.cdrom.com>, Mike Smith writes: >> fxp0: The Intel driver is by far the highest preformance model, >> beats the 3com (second best) hands down with much lower CPU >> overhead. > >Do you actually have any numbers to quantify this? There's nothing in >the driver architecture nor any of my testing that would suggest this is >actually the case at this point. The FreeBSD fxp driver does a lot to reduce the number of transmit interrupts; only 1/120 of transmitted packets result in interrupts. See the code relating to FXP_CXINT_THRESH. Assuming an even balance of transmitted and received packets, this should reduce the total number of interrupts by nearly 50%. I don't know if drivers for other cards do (or even can) use this approach. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message