linux_dsm_epyc7002/drivers/scsi/hisi_sas
Xiang Chen 81f338e970 scsi: hisi_sas: use threaded irq to process CQ interrupts
Currently IRQ_EFFECTIVE_AFF_MASK is enabled for ARM_GIC and ARM_GIC3, so it
only allows a single target CPU in the affinity mask to process interrupts
and also interrupt thread, and the performance of using threaded irq is
almost the same as tasklet. But if the config is not enabled, the interrupt
thread will be allowed all the CPUs in the affinity mask. At that situation
it improves the performance (about 20%).

Note: IRQ_EFFECTIVE_AFF_MASK is configured differently for different
architecture chip, and it seems to be better to make it be configured
easily.

Link: https://lore.kernel.org/r/1579522957-4393-2-git-send-email-john.garry@huawei.com
Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2020-01-20 19:31:13 -05:00
..
hisi_sas_main.c scsi: hisi_sas: use threaded irq to process CQ interrupts 2020-01-20 19:31:13 -05:00
hisi_sas_v1_hw.c compat_ioctl: scsi: handle HDIO commands from drivers 2020-01-03 09:42:52 +01:00
hisi_sas_v2_hw.c scsi: hisi_sas: use threaded irq to process CQ interrupts 2020-01-20 19:31:13 -05:00
hisi_sas_v3_hw.c scsi: hisi_sas: use threaded irq to process CQ interrupts 2020-01-20 19:31:13 -05:00
hisi_sas.h scsi: hisi_sas: use threaded irq to process CQ interrupts 2020-01-20 19:31:13 -05:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00