All of lore.kernel.org
 help / color / mirror / Atom feed
* IRQ allocation in nvme driver
@ 2012-10-17 21:38 Chayan Biswas
  2012-10-17 22:11 ` Luse, Paul E
  0 siblings, 1 reply; 5+ messages in thread
From: Chayan Biswas @ 2012-10-17 21:38 UTC (permalink / raw)


Hi Matthew,

The nvme driver allocates MSIX vector 0 for admin queue, but it also allocates the same vector 0 for IO queue 0. Is this a bug, since any completion on the admin queue after MSIX IRQ allocation will generate an interrupt for IO queue 0?

We have changed our code to avoid this by allocating n+1 MSIX vectors and IO queue 0 using MSIX vector 1. If this fix is needed, we can send our patch.

Thanks,
Chayan


________________________________

PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies).

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-18 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 21:38 IRQ allocation in nvme driver Chayan Biswas
2012-10-17 22:11 ` Luse, Paul E
2012-10-17 22:40   ` Chayan Biswas
2012-10-17 22:55     ` Matthew Wilcox
2012-10-18 21:21       ` Chayan Biswas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.