These six changes can be found in the 'fe' branch of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
[netdrvr] forcedeth: internal simplifications; changelog removal [netdrvr] forcedeth: timer overhaul [netdrvr] forcedeth: eliminate some duplicate irq handling code [netdrvr] forcedeth: unconditionally enable NAPI [netdrvr] forcedeth: use NAPI for TX completion [netdrvr] interrupt handling overhaul I rewrote the previous forcedeth patchset, even though the direction and methods are quite similar to the last patchset. This hammers out bugs, problems, inconsistencies, mainly with interrupt handling and locking. This moves the driver towards removing the disable_irq() usage, but does not actually take that step (yet). A few changes just went upstream, too: Ingo Molnar (1): forcedeth: fix NAPI rx poll function Jeff Garzik (2): [netdrvr] forcedeth: improved probe info; dev_printk() cleanups [netdrvr] forcedeth: remove in-driver copy of net_device_stats This patchset is diff'd against the latest linux-2.6.git as of an hour ago or so. It applies on top of the three changes listed immediately above this paragraph. At this point, it has been tested on nVidia Corporation CK804 Ethernet Controller (rev a3) but I'm definitely interested in other testing, particularly performance numbers (wire speed? or below?), CPU usage and memory usage info. Most particularly CPU usage info. And maybe interrupt count with/without this patchset, too. If you send feedback, 'dmesg' and 'lspci' output is helpful. The current forcedeth driver in upstream (0.61) prints out useful diagnostic information about your chip at bootup. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html