mbox series

[for-next,0/3] RDMA: modify_device improvements

Message ID 20190923104158.5331-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series RDMA: modify_device improvements | expand

Message

Kamal Heib Sept. 23, 2019, 10:41 a.m. UTC
This series includes three patches which fix the return values from
modify_device() callbacks when they aren't supported.

Kamal Heib (3):
  RDMA/core: Fix return code when modify_device isn't supported
  RDMA/bnxt_re: Remove unsupported modify_device callback
  RDMA/rxe: Verify modify_device mask

 drivers/infiniband/core/device.c         |  2 +-
 drivers/infiniband/core/sysfs.c          |  2 +-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c | 18 ------------------
 drivers/infiniband/hw/bnxt_re/ib_verbs.h |  3 ---
 drivers/infiniband/hw/bnxt_re/main.c     |  1 -
 drivers/infiniband/sw/rxe/rxe_verbs.c    |  4 ++++
 6 files changed, 6 insertions(+), 24 deletions(-)

Comments

Jason Gunthorpe Oct. 1, 2019, 4:10 p.m. UTC | #1
On Mon, Sep 23, 2019 at 01:41:55PM +0300, Kamal Heib wrote:
> This series includes three patches which fix the return values from
> modify_device() callbacks when they aren't supported.
> 
> Kamal Heib (3):
>   RDMA/core: Fix return code when modify_device isn't supported
>   RDMA/bnxt_re: Remove unsupported modify_device callback
>   RDMA/rxe: Verify modify_device mask

Applied to for-next, thanks

Jason