Message ID | 20240821112217.41827-1-haris.iqbal@ionos.com (mailing list archive) |
---|---|
Headers | show |
Series | Misc patches for RTRS | expand |
On Wed, Aug 21, 2024 at 1:23 PM Md Haris Iqbal <haris.iqbal@ionos.com> wrote: > > Hi Jason, hi Leon, > > Please consider to include following changes to the next merge window. Gentle ping. > > Changes in v2: > Dropped 2 patches as discussed. > > Grzegorz Prajsner (1): > RDMA/rtrs: register ib event handler > > Jack Wang (7): > RDMA/rtrs-clt: Fix need_inv setting in error case > RDMA/rtrs-clt: Rate limit errors in IO path > RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer > RDMA/rtrs-clt: Reuse need_inval from mr > RDMA/rtrs-clt: Print request type for errors > RDMA/rtrs-clt: Do local invalidate after write io completion > RDMA/rtrs-clt: Remove an extra space > > Md Haris Iqbal (3): > RDMA/rtrs: For HB error add additional clt/srv specific logging > RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds > RDMA/rtrs-srv: Avoid null pointer deref during path establishment > > drivers/infiniband/ulp/rtrs/rtrs-clt.c | 92 ++++++++++++++++---------- > drivers/infiniband/ulp/rtrs/rtrs-clt.h | 3 +- > drivers/infiniband/ulp/rtrs/rtrs-pri.h | 2 + > drivers/infiniband/ulp/rtrs/rtrs-srv.c | 51 +++++++++++++- > drivers/infiniband/ulp/rtrs/rtrs-srv.h | 2 + > 5 files changed, 111 insertions(+), 39 deletions(-) > > -- > 2.25.1 >
On Wed, 21 Aug 2024 13:22:06 +0200, Md Haris Iqbal wrote: > Please consider to include following changes to the next merge window. > > Changes in v2: > Dropped 2 patches as discussed. > > Grzegorz Prajsner (1): > RDMA/rtrs: register ib event handler > > [...] Applied, thanks! [01/11] RDMA/rtrs: For HB error add additional clt/srv specific logging https://git.kernel.org/rdma/rdma/c/e8e09e95e053b8 [02/11] RDMA/rtrs-clt: Fix need_inv setting in error case https://git.kernel.org/rdma/rdma/c/69fd17b33e5f3e [03/11] RDMA/rtrs-clt: Rate limit errors in IO path https://git.kernel.org/rdma/rdma/c/ba03df2c07b8ab [04/11] RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer https://git.kernel.org/rdma/rdma/c/333188fb8459be [05/11] RDMA/rtrs-clt: Reuse need_inval from mr https://git.kernel.org/rdma/rdma/c/a4ae49a5cceed8 [06/11] RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds https://git.kernel.org/rdma/rdma/c/a4f1332777729d [07/11] RDMA/rtrs-clt: Print request type for errors https://git.kernel.org/rdma/rdma/c/d48eeb83707b5c [08/11] RDMA/rtrs-srv: Avoid null pointer deref during path establishment https://git.kernel.org/rdma/rdma/c/3a92d941fee13c [09/11] RDMA/rtrs: register ib event handler https://git.kernel.org/rdma/rdma/c/67d225711c30a1 [10/11] RDMA/rtrs-clt: Do local invalidate after write io completion https://git.kernel.org/rdma/rdma/c/97e9e0815fc8da [11/11] RDMA/rtrs-clt: Remove an extra space https://git.kernel.org/rdma/rdma/c/20ded2d6dbaaa5 Best regards,