On Wed, 21 Apr 2004 14:53:06 +0200 christian funk <c.funk@xxxxxxxxx> wrote: > Hello, > > I seem to remember seeing a notice about NICs with RealTek Chips > (specifically those using the 8139 Chip) being unstable and slow. This > notice has since vanished (removed or reworded?). They have problems in 2.4 because they have a relatively small receive buffer (32k), and need to copy the data into socket buffers during the receive interrupt. The 2.6 driver uses NAPI, so the interrupt load should be less, and allocation/copying doesn't happen with interrupts disabled. > Can someone tell me if this problem has been fixed, or suggest stable > (and fast) NICs I could use instead. My options seem to be Intel, > VIA-Rhine or RealTek 8139C based models only. > > I'm trying to set up a box that will support multiple independent > bridges, i.e. with 4 or more dedicated hardware interfaces. 4 Port NICs > would be great for this, but since they are expensive, it would be nice > to know if they work, before buying them. My experience with Intel cards has been good, the new e100 driver is much cleaner better than the old 2.4 driver. The eepro driver seems to work as well, but it is pretty much unmaintained. > Thanks > > Christian Funk > > >