On Thu, Apr 1, 2021 at 9:04 PM Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > > On Thu, Mar 25, 2021 at 04:32:46PM +0100, Gioh Kim wrote: > > Hi Jason, hi Doug, > > > > Please consider to include following changes to the next merge window. > > > > It contains a few bugfix and cleanup: > > - Change maintainer > > - Change domain address of maintainers' email: from cloud.ionos.com to ionos.com > > - Add some fault-injection points and document update > > - New policy for path finding: min-latency and document update > > - Code refactoring to remove unused code and better error message > > > RDMA/rtrs-clt: Close rtrs client conn before destroying rtrs clt > > session files > > This one is for RC, and you need to add Ffixes lines when you fix > things, I put it there. Got it. Thank you. > > > MAINTAINERS: Change maintainer for rtrs module > > > RDMA/rtrs: Enable the fault-injection > > RDMA/rtrs-clt: Inject a fault at request processing > > RDMA/rtrs-srv: Inject a fault at heart-beat sending > > docs: fault-injection: Add fault-injection manual of RTRS > > These should be a series Ok, I will split it and send another patch set. > > > RDMA/rtrs-clt: Remove redundant code from rtrs_clt_read_req > > RDMA/rtrs: Kill the put label in > > rtrs_srv_create_once_sysfs_root_folders > > RDMA/rtrs: Remove sessname and sess_kobj from rtrs_attrs > > RDMA/rtrs: Cleanup the code in rtrs_srv_rdma_cm_handler > > RDMA/rtrs: New function converting rtrs_addr to string > > RDMA/rtrs-srv: Report temporary sessname for error message > > RDMA/rtrs: cleanup unused variable > > RDMA/rtrs-clt: Cap max_io_size > > I applied these trivial patches to for-next. Please pay attention to commit > messages, these are becoming hard to understand. Got it. Thank you. > > > RDMA/rtrs-srv: More debugging info when fail to send reply > > RDMA/rtrs-clt: Print more info when an error happens > > RDMA/rtrs-clt: Simplify error message > > This is a reasonble series about improving debugging Ok, I will send a separate patch set. > > > RDMA/rtrs-clt: Add a minimum latency multipath policy > > RDMA/rtrs-clt: new sysfs attribute to print the latency of each path > > Documentation/ABI/rtrs-clt: Add descriptions for min-latency policy > > This is a series This also will be sent as a separate set. In summary, I will send 3 patch-sets: fault-injection, improbe debugging, min-latency policy. Thank you.