All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fnic: fixup INTx and MSI interrupt modes
@ 2025-11-04 10:04 Hannes Reinecke
  2025-11-04 10:04 ` [PATCH 1/4] fnic: use resulting interrupt mode during configuration Hannes Reinecke
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Hannes Reinecke @ 2025-11-04 10:04 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: James Bottomley, linux-scsi, Karan Tilak Kumar, Sesidhar Baddela,
	Satish Kharat, Hannes Reinecke

Hi all,

with the rework to enable multiqueue the non-multiqueue interrupt modes
(ie MSI and INTx) got broken and resulted in a non-functional drivers.
This patchset fixes up the driver to work in all interrupt modes and
adds a new module parameter 'fnic_intr_mode' to switch between them.

As usual, comments and reviews are welcome.

Hannes Reinecke (4):
  fnic: use resulting interrupt mode during configuration
  fnic: correctly initialize 'fnic->name'
  fnic: missing initialisation for wq_copy_base
  fnic: make interrupt mode configurable

 drivers/scsi/fnic/fnic.h      |  2 +-
 drivers/scsi/fnic/fnic_isr.c  | 15 +++++++++++----
 drivers/scsi/fnic/fnic_main.c | 17 ++++++++++++-----
 3 files changed, 24 insertions(+), 10 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-01-23 18:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-04 10:04 [PATCH 0/4] fnic: fixup INTx and MSI interrupt modes Hannes Reinecke
2025-11-04 10:04 ` [PATCH 1/4] fnic: use resulting interrupt mode during configuration Hannes Reinecke
2025-11-04 23:17   ` Karan Tilak Kumar (kartilak)
2025-11-06 21:56   ` Karan Tilak Kumar (kartilak)
2025-11-04 10:04 ` [PATCH 2/4] fnic: correctly initialize 'fnic->name' Hannes Reinecke
2025-11-04 23:18   ` Karan Tilak Kumar (kartilak)
2025-11-06 21:57   ` Karan Tilak Kumar (kartilak)
2025-11-04 10:04 ` [PATCH 3/4] fnic: missing initialisation for wq_copy_base Hannes Reinecke
2025-11-04 23:19   ` Karan Tilak Kumar (kartilak)
2025-11-06 22:00   ` Karan Tilak Kumar (kartilak)
2025-11-04 10:04 ` [PATCH 4/4] fnic: make interrupt mode configurable Hannes Reinecke
2025-11-04 23:21   ` Karan Tilak Kumar (kartilak)
2025-11-06 22:09   ` Karan Tilak Kumar (kartilak)
2025-11-07  8:29     ` Hannes Reinecke
2025-11-07 22:23       ` Karan Tilak Kumar (kartilak)
2026-01-14 17:02         ` Karan Tilak Kumar (kartilak)
2026-01-23 18:21           ` Lee Duncan
2026-01-23 18:37             ` Karan Tilak Kumar (kartilak)

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.