Message ID | 20200929091358.421086-1-leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Delete the get_vector_affinity leftovers | expand |
On Tue, Sep 29, 2020 at 12:13:56PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > 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 >
On 9/30/20 11:01 PM, Leon Romanovsky wrote: > On Tue, Sep 29, 2020 at 12:13:56PM +0300, Leon Romanovsky wrote: >> From: Leon Romanovsky <leonro@nvidia.com> >> >> 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? I'd really like for the nvme side to sign off on this first.
From: Leon Romanovsky <leonro@nvidia.com> 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 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