Re: [patch 2.6.17] s2io driver irq fix

2006-06-22 Thread Roland Dreier
Andrew> Is it usual to prohibit IRQ sharing with msix? With current code at least, MSI/MSI-X interrupts can never be shared. - R. - 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/m

RE: [patch 2.6.17] s2io driver irq fix

2006-06-22 Thread Ravinandan Arakali
D] Subject: Re: [patch 2.6.17] s2io driver irq fix On Wed, 21 Jun 2006 15:50:49 -0400 (EDT) Ananda Raju <[EMAIL PROTECTED]> wrote: > + if (sp->intr_type == MSI_X) { > + int i; > > - free_irq(vector, arg); > + for

Re: [patch 2.6.17] s2io driver irq fix

2006-06-21 Thread Andrew Morton
On Wed, 21 Jun 2006 15:50:49 -0400 (EDT) Ananda Raju <[EMAIL PROTECTED]> wrote: > + if (sp->intr_type == MSI_X) { > + int i; > > - free_irq(vector, arg); > + for (i=1; (sp->s2io_entries[i].in_use == MSIX_FLG); i++) { > +