mbox series

[v2,0/4] Four SRP initiator and target patches

Message ID 20200525172212.14413-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Four SRP initiator and target patches | expand

Message

Bart Van Assche May 25, 2020, 5:22 p.m. UTC
Hi Jason,

Please consider these four patches for kernel v5.8 or v5.9 (not sure if it is
still possible to include these in v5.8).

Thanks,

Bart.

Changes compared to v1:
- Changed %d into %u in the SRP patch as requested by Leon.
- Simplified patch "RDMA/srpt: Increase max_send_sge".

Bart Van Assche (4):
  RDMA/srp: Make the channel count configurable per target
  RDMA/srpt: Make debug output more detailed
  RDMA/srpt: Reduce max_recv_sge to 1
  RDMA/srpt: Increase max_send_sge

 drivers/infiniband/ulp/srp/ib_srp.c   | 21 ++++++++++++++++-----
 drivers/infiniband/ulp/srpt/ib_srpt.c | 22 +++++++++-------------
 drivers/infiniband/ulp/srpt/ib_srpt.h |  5 -----
 3 files changed, 25 insertions(+), 23 deletions(-)

Comments

Jason Gunthorpe May 29, 2020, 6:14 p.m. UTC | #1
On Mon, May 25, 2020 at 10:22:08AM -0700, Bart Van Assche wrote:
> Hi Jason,
> 
> Please consider these four patches for kernel v5.8 or v5.9 (not sure if it is
> still possible to include these in v5.8).
> 
> Thanks,
> 
> Bart.
> 
> Changes compared to v1:
> - Changed %d into %u in the SRP patch as requested by Leon.
> - Simplified patch "RDMA/srpt: Increase max_send_sge".
> 
> Bart Van Assche (4):
>   RDMA/srp: Make the channel count configurable per target
>   RDMA/srpt: Make debug output more detailed
>   RDMA/srpt: Reduce max_recv_sge to 1
>   RDMA/srpt: Increase max_send_sge

Applied to for-next with the revise commit message

Thanks,
Jason