Re: [patch 3/7] netxen: improve MSI interrupt handling

2008-01-12 Thread Jeff Garzik
patch failed to apply (possibly because of recent NAPI updates) -- 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

[patch 3/7] netxen: improve MSI interrupt handling

2007-12-26 Thread dhananjay
Recent netxen firmware has new scheme of generating MSI interrupts, it raises interrupt and blocks itself, waiting for driver to unmask. This reduces chance of spurious interrupts. The driver will be able to deal with older firmware as well. Signed-off-by: Dhananjay Phadke <[EMAIL PROTECTED]> In