mbox series

[v2,for-next,0/9] Misc patches for RTRS

Message ID 20231120154146.920486-1-haris.iqbal@ionos.com (mailing list archive)
Headers show
Series Misc patches for RTRS | expand

Message

Haris Iqbal Nov. 20, 2023, 3:41 p.m. UTC
Hi Jason, hi Leon,

Please consider to include following changes to the next merge window.

Changes in V2 for all patches:
	Add Fixes: tag

Jack Wang (4):
  RDMA/rtrs-srv: Do not unconditionally enable irq
  RDMA/rtrs-clt: Start hb after path_up
  RDMA/rtrs-clt: Fix the max_send_wr setting
  RDMA/rtrs-clt: Remove the warnings for req in_use check

Md Haris Iqbal (3):
  RDMA/rtrs-srv: Check return values while processing info request
  RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true
  RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight

Supriti Singh (2):
  RDMA/rtrs-clt: use %pe to print errors
  RDMA/rtrs: use %pe to print errors

 drivers/infiniband/ulp/rtrs/rtrs-clt.c | 13 +++++----
 drivers/infiniband/ulp/rtrs/rtrs-srv.c | 37 +++++++++++++++++++-------
 drivers/infiniband/ulp/rtrs/rtrs.c     |  4 +--
 3 files changed, 35 insertions(+), 19 deletions(-)

Comments

Leon Romanovsky Nov. 22, 2023, 11:44 a.m. UTC | #1
On Mon, 20 Nov 2023 16:41:37 +0100, Md Haris Iqbal wrote:
> Please consider to include following changes to the next merge window.
> 
> Changes in V2 for all patches:
> 	Add Fixes: tag
> 
> Jack Wang (4):
>   RDMA/rtrs-srv: Do not unconditionally enable irq
>   RDMA/rtrs-clt: Start hb after path_up
>   RDMA/rtrs-clt: Fix the max_send_wr setting
>   RDMA/rtrs-clt: Remove the warnings for req in_use check
> 
> [...]

Applied, thanks!

[1/9] RDMA/rtrs-srv: Do not unconditionally enable irq
      https://git.kernel.org/rdma/rdma/c/3ee7ecd712048a
[2/9] RDMA/rtrs-clt: Start hb after path_up
      https://git.kernel.org/rdma/rdma/c/3e44a61b5db873
[3/9] RDMA/rtrs-srv: Check return values while processing info request
      https://git.kernel.org/rdma/rdma/c/ed1e52aefa16f1
[4/9] RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true
      https://git.kernel.org/rdma/rdma/c/3a71cd6ca0ce33
[5/9] RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight
      https://git.kernel.org/rdma/rdma/c/c4d32e77fc1006
[6/9] RDMA/rtrs-clt: Fix the max_send_wr setting
      https://git.kernel.org/rdma/rdma/c/6d09f6f7d7584e
[7/9] RDMA/rtrs-clt: Remove the warnings for req in_use check
      https://git.kernel.org/rdma/rdma/c/0c8bb6eb70ca41
[8/9] RDMA/rtrs-clt: use %pe to print errors
      (no commit info)
[9/9] RDMA/rtrs: use %pe to print errors
      (no commit info)

Best regards,