[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1458920770.git.weongyo.linux@gmail.com>
Date: Fri, 25 Mar 2016 08:51:51 -0700
From: Weongyo Jeong <weongyo.linux@...il.com>
To: linux-kernel@...r.kernel.org, linux-rdma@...r.kernel.org,
linux-scsi@...r.kernel.org
Cc: Weongyo Jeong <weongyo.linux@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Mike Marciniszyn <infinipath@...el.com>,
"James E.J. Bottomley" <jejb@...ux.vnet.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>
Subject: [PATCH v1 0/2] genirq: support multiple IRQ notifier.
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
Powered by blists - more mailing lists