mbox series

[for-next,0/4] misc update for RTRS

Message ID 20210608103039.39080-1-jinpu.wang@ionos.com (mailing list archive)
Headers show
Series misc update for RTRS | expand

Message

Jinpu Wang June 8, 2021, 10:30 a.m. UTC
Hi Jason, hi Doug,

Please consider to include following changes to the next merge window.
It contains:
- first 2 patches are for reducing the memory usage when create QP.
- the third one are to make testing on RXE working.
- last one is just cleanup for variables.

This patchset is based on rdma/for-next branch.

Guoqing Jiang (1):
  RDMA/rtrs: Rename some variables to avoid confusion

Jack Wang (2):
  RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
  RDMA/rtrs-clt: Use minimal max_send_sge when create qp

Md Haris Iqbal (1):
  RDMA/rtrs: RDMA_RXE requires more number of WR

 drivers/infiniband/ulp/rtrs/rtrs-clt.c | 31 +++++++++++---------
 drivers/infiniband/ulp/rtrs/rtrs-clt.h |  3 +-
 drivers/infiniband/ulp/rtrs/rtrs-pri.h | 10 +++----
 drivers/infiniband/ulp/rtrs/rtrs-srv.c | 39 +++++++++++++++++---------
 drivers/infiniband/ulp/rtrs/rtrs.c     | 24 ++++++++--------
 5 files changed, 60 insertions(+), 47 deletions(-)