aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/Kconfig
diff options
context:
space:
mode:
authorSagi Grimberg <sagi@grimberg.me>2023-03-22 14:37:03 +0200
committerChristoph Hellwig <hch@lst.de>2023-04-13 08:59:05 +0200
commitedde9e70bb48301c853299f1bd7c0aa0745a38ea (patch)
tree44cc642ec6ed9ac99ad145b703b32e61dd144676 /block/Kconfig
parentnvme-rdma: minor cleanup in nvme_rdma_create_cq() (diff)
downloadwireguard-linux-edde9e70bb48301c853299f1bd7c0aa0745a38ea.tar.xz
wireguard-linux-edde9e70bb48301c853299f1bd7c0aa0745a38ea.zip
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/Kconfig5
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