On Tue, Sep 29, 2020 at 12:13:56PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > There are no drivers that implement .get_vector_affinity(), so delete > the RDMA function and simplify block code. > > Thanks > > P.S. Probably it should go through block tree. > > Leon Romanovsky (2): > blk-mq-rdma: Delete not-used multi-queue RDMA map queue code > RDMA/core: Delete not-implemented get_vector_affinity Jens, Keith How can we progress here? Thanks > > block/Kconfig | 5 ---- > block/Makefile | 1 - > block/blk-mq-rdma.c | 44 -------------------------------- > drivers/infiniband/core/device.c | 1 - > drivers/nvme/host/rdma.c | 7 ++--- > include/linux/blk-mq-rdma.h | 11 -------- > include/rdma/ib_verbs.h | 23 ----------------- > 7 files changed, 2 insertions(+), 90 deletions(-) > delete mode 100644 block/blk-mq-rdma.c > delete mode 100644 include/linux/blk-mq-rdma.h > > -- > 2.26.2 >