mbox series

[0/7] iser/isert/rw-api cleanups

Message ID 1557917371-8777-1-git-send-email-maxg@mellanox.com (mailing list archive)
Headers show
Series iser/isert/rw-api cleanups | expand

Message

Max Gurtovoy May 15, 2019, 10:49 a.m. UTC
This series include small fixes/cleanups that were discovered during
signature handover new API development.

Israel Rukshin (6):
  IB/iser: Refactor iscsi_iser_check_protection function
  IB/iser: Remove unused sig_attrs argument
  IB/isert: Remove unused sig_attrs argument
  RDMA/rw: Fix doc typo
  RDMA/rw: Print the correct number of sig MRs
  RDMA/core: Fix doc typo

Max Gurtovoy (1):
  RDMA/rw: Add info regarding SG count failure

 drivers/infiniband/core/cq.c              |  4 ++--
 drivers/infiniband/core/rw.c              |  7 ++++---
 drivers/infiniband/core/verbs.c           |  4 ++--
 drivers/infiniband/ulp/iser/iscsi_iser.c  |  9 +++------
 drivers/infiniband/ulp/iser/iser_memory.c | 11 +++++------
 drivers/infiniband/ulp/isert/ib_isert.c   | 11 +++++------
 6 files changed, 21 insertions(+), 25 deletions(-)

Comments

Jason Gunthorpe May 21, 2019, 6:04 p.m. UTC | #1
On Wed, May 15, 2019 at 01:49:24PM +0300, Max Gurtovoy wrote:
> This series include small fixes/cleanups that were discovered during
> signature handover new API development.
> 
> Israel Rukshin (6):
>   IB/iser: Refactor iscsi_iser_check_protection function
>   IB/iser: Remove unused sig_attrs argument
>   IB/isert: Remove unused sig_attrs argument
>   RDMA/rw: Fix doc typo
>   RDMA/rw: Print the correct number of sig MRs
>   RDMA/core: Fix doc typo
> 
> Max Gurtovoy (1):
>   RDMA/rw: Add info regarding SG count failure

Applied to for-next, thanks

Jason