summaryrefslogtreecommitdiff
path: root/net/nfc/nci/hci.c
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 /net/nfc/nci/hci.c
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>
Diffstat (limited to 'net/nfc/nci/hci.c')
0 files changed, 0 insertions, 0 deletions
. v3->v4: - add one more patch to fix a send reset stream request issue. - doing actual work only when request is sent successfully. - reduce some indents in sctp_send_add_streams. v4->v5: - close streams before sending request and recover them when sending fails in patch 1/5 and patch 3/5 v5->v6: - add patch 1/6 to drop some unncessary __packed from some old structures. - remove __packed from some new structures in patch 3/6 and 5/6. - define unsigned int outcnt and incnt to make codes smaller in patch 6/6. - use krealloc instead of kcalloc and remove ksize check in patch 6/6, as ksize check is acutally used in krealloc already. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sctp.h18
-rw-r--r--include/net/sctp/sctp.h3
-rw-r--r--include/net/sctp/sm.h5
-rw-r--r--include/uapi/linux/sctp.h8
4 files changed, 31 insertions, 3 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h