public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] genirq: support multiple IRQ notifier.
@ 2016-03-25 15:51 Weongyo Jeong
  2016-03-25 15:51 ` [PATCH v1 1/2] genirq: clean up for irq_set_affinity_notifier() Weongyo Jeong
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Weongyo Jeong @ 2016-03-25 15:51 UTC (permalink / raw)
  To: linux-kernel, linux-rdma, linux-scsi
  Cc: Weongyo Jeong, Thomas Gleixner, Mike Marciniszyn,
	James E.J. Bottomley, Martin K. Petersen

Each irq_desc only supports one IRQ affinity notifier at current
implementation so when we try to register another notifier, it silently
unregister previous entry and register new one.

However the problem is that if CONFIG_RFS_ACCEL is set, at current
implementation no way to set additional IRQ affinity notifier for
some NIC cards RFS enabled because it already used for RFS.
With this patch we can register multiple IRQ affinity notifiers.

Weongyo Jeong (2):
  genirq: clean up for irq_set_affinity_notifier().
  genirq: support multiple IRQ notifier.

 drivers/infiniband/hw/qib/qib_iba7322.c | 10 ++--
 drivers/scsi/qla2xxx/qla_isr.c          |  4 +-
 include/linux/interrupt.h               | 13 +++++-
 include/linux/irqdesc.h                 |  2 +-
 kernel/irq/irqdesc.c                    |  1 +
 kernel/irq/manage.c                     | 82 ++++++++++++++++++++++-----------
 lib/cpu_rmap.c                          |  4 +-
 7 files changed, 78 insertions(+), 38 deletions(-)

-- 
2.1.3

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

end of thread, other threads:[~2016-03-28 18:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 15:51 [PATCH v1 0/2] genirq: support multiple IRQ notifier Weongyo Jeong
2016-03-25 15:51 ` [PATCH v1 1/2] genirq: clean up for irq_set_affinity_notifier() Weongyo Jeong
2016-03-25 15:51 ` [PATCH v1 2/2] genirq: support multiple IRQ notifier Weongyo Jeong
2016-03-25 17:05   ` kbuild test robot
2016-03-25 18:58   ` kbuild test robot
2016-03-25 19:32 ` [PATCH v1 0/2] " Christoph Hellwig
2016-03-25 20:49   ` Thomas Gleixner
2016-03-28 18:19   ` Weongyo Jeong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox