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

2007-12-24 Thread Dhananjay Phadke
Supposedly I had 2.6.24-rc2 as base for the patchset, but looks like it had some stale code. I'll regenrate series on a fresh checkout. -Dhananjay On Sat, 22 Dec 2007, Jeff Garzik wrote: > Patch does not apply to 2.6.24-rc. > > Was this "bug fix" series meant for 2.6.25? > > Jeff > >

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

2007-12-22 Thread Jeff Garzik
Patch does not apply to 2.6.24-rc. Was this "bug fix" series meant for 2.6.25? Jeff -- 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/6] netxen: improve MSI interrupt handling

2007-12-20 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