* Jeff Garzik <jeff@xxxxxxxxxx> wrote:
Branch 'fe-lock' ofThe compiler certainly doesn't care, and IMO it prevents bugs.agreed. Do you have an uptodate patch/git-URI for the forcedeth rewrite you did? I can throw it into the testbed.
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
It works here locally, but at this very minute I am rewriting those changesets yet again :)
FYI, looks good so far, ontop of Linus' latest -git tree.
btw., one thing i always found weird about forcedeth is that it generates an extra ~100 irqs per second even when there's no network traffic:
11: 89752 XT-PIC-XT eth0
11: 89854 XT-PIC-XT eth0
11: 89955 XT-PIC-XT eth0
11: 90056 XT-PIC-XT eth0
11: 90157 XT-PIC-XT eth0
(irq count snapshot every second). Just in case it's easy to fix ...