Date: Tue, 4 Aug 1998 01:53:12 -0700 (PDT) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_fxp.c Message-ID: <199808040853.BAA27944@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/08/04 01:53:12 PDT
Modified files:
sys/pci if_fxp.c
Log:
Implemented a more sophisticated mechanism for handling transmitter
interrupts which now defers them until the transmit queue if filled
up with completed buffers. This has two advantages: first, it reduces
the number of transmitter interrupts to just 1/120th of the rate
that they occured previously, and two, running down many buffers
at once has much improved cache effects.
Revision Changes Path
1.55 +103 -45 src/sys/pci/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808040853.BAA27944>
