Thread (3 messages) flat view 3 messages, 3 authors, 2006-06-22

Re: [patch 2.6.17] s2io driver irq fix

From: Andrew Morton <hidden>
Date: 2006-06-22 04:15:34
Also in: linux-fsdevel, lkml

On Wed, 21 Jun 2006 15:50:49 -0400 (EDT)
Ananda Raju [off-list ref] 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++) {
+			if (sp->s2io_entries[i].type == MSIX_FIFO_TYPE) {
+				sprintf(sp->desc[i], "%s:MSI-X-%d-TX",
+					dev->name, i);
+				err = request_irq(sp->entries[i].vector,
+					  s2io_msix_fifo_handle, 0, sp->desc[i],
+						  sp->s2io_entries[i].arg);
Is it usual to prohibit IRQ sharing with msix?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help