[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1157476512.9018.85.camel@localhost.localdomain>
Date: Tue, 05 Sep 2006 18:15:12 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Tiemen Schut <tschut@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Kernel drops ethernet packets during disk writes
Ar Maw, 2006-09-05 am 18:06 +0200, ysgrifennodd Tiemen Schut:
> Summary: The linux kernel appears to drop raw ethernet packets if
> another process is writing to disk.
No suprise.
1Gbit is a bit over 100Mbyte/second
Thats from the card over PCI to memory
Then over PCI from memory to the disk controller
We are up to 200Mbytes/second
Best case performance for a 32bit PCI bus is 133Mbytes/second and you
won't get close to that. Even if both devices are PCI 66Mhz you are
right on the bus limit.
And if its an earlyish PIV what is your main memory bandwidth ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists