Re: [PATCH blk-next 0/2] Delete the get_vector_affinity leftovers

2020-10-01 Thread Jens Axboe
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 
>>
>> 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.

-- 
Jens Axboe



Re: [PATCH blk-next 0/2] Delete the get_vector_affinity leftovers

2020-09-30 Thread Leon Romanovsky
On Tue, Sep 29, 2020 at 12:13:56PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky 
>
> 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
>


[PATCH blk-next 0/2] Delete the get_vector_affinity leftovers

2020-09-29 Thread Leon Romanovsky
From: Leon Romanovsky 

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