obj-$(CONFIG_PHONET) += phonet.o pn_pep.o phonet-y := \ pn_dev.o \ pn_netlink.o \ socket.o \ datagram.o \ sysctl.o \ af_phonet.o pn_pep-y := pep.o pep-gprs.o href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-01-11 17:55:45 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2017-01-11 22:49:23 -0500
commit17e5fc58588b5e3df8220c90a9d8af55201d6b45 (patch)
treec0f0df7f6a01d2238cd7a9f60b6a94e4b14dd75e
parentc3c4239465e11b2cc25fcf375c7909a342bcf4dc (diff)
scsi: qla2xxx: fix MSI-X vector affinity
The first two or three vectors in qla2xxx adapter are global and not associated with a specific queue. They should not have IRQ affinity assigned. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>