| From: |
| Christoph Hellwig <hch-AT-lst.de> |
| To: |
| axboe-AT-fb.com, tglx-AT-linutronix.de |
| Subject: |
| blk-mq: allow passing in an external queue mapping V3 |
| Date: |
| Wed, 14 Sep 2016 16:18:46 +0200 |
| Message-ID: |
| <1473862739-15032-1-git-send-email-hch@lst.de> |
| Cc: |
| agordeev-AT-redhat.com, keith.busch-AT-intel.com, linux-block-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org |
This series is the remainder of the earlier "automatic interrupt affinity for
MSI/MSI-X capable devices" series, and make uses of the new irq-level
interrupt / queue mapping code in blk-mq, as well as allowing the driver
to pass in such a mask obtained from the (PCI) interrupt code. To fully
support this feature in drivers the final third in the PCI layer will
be needed as well.
A git tree is available at:
git://git.infradead.org/users/hch/block.git block-queue-mapping.2
Gitweb:
http://git.infradead.org/users/hch/block.git/shortlog/ref...
Changes since V2:
- major rework of the core IRQ affinity code to support sibling maps
- reworked the block code to use the above
Changes since V1:
- rebased on top of Linux 4.8-rc4
Changes since automatic interrupt affinity for MSI/MSI-X capable devices V3:
- a trivial cleanup in blk_mq_create_mq_map pointed out by Alexander