diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2023-03-22 14:37:03 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2023-04-13 08:59:05 +0200 |
commit | edde9e70bb48301c853299f1bd7c0aa0745a38ea (patch) | |
tree | 44cc642ec6ed9ac99ad145b703b32e61dd144676 /block/Kconfig | |
parent | 015ad2b1e4b9e04628b459ad8d5324673f6cbc9f (diff) |
blk-mq-rdma: remove queue mapping helper for rdma devices
No rdma device exposes its irq vectors affinity today. So the only
mapping that we have left, is the default blk_mq_map_queues, which
we fallback to anyways. Also fixup the only consumer of this helper
(nvme-rdma).
Remove this now dead code.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Acked-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/block/Kconfig b/block/Kconfig index 5d9d9c84d516..0b7c13f9a089 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -215,11 +215,6 @@ config BLK_MQ_VIRTIO depends on VIRTIO default y -config BLK_MQ_RDMA - bool - depends on INFINIBAND - default y - config BLK_PM def_bool PM |