On Wed, Apr 07, 2021 at 01:34:40PM +0200, Gioh Kim wrote: > This patch set introduces new multipath policy 'min-latency'. > The latency is a time calculated by the heart-beat messages. Whenever > the client sends heart-beat message, it checks the time gap between > sending the heart-beat message and receiving the ACK. So this value > can be changed regularly. > If client has multi-path, it can send IO via a path having the least > latency. > > V3->V2: use sysfs_emit instead of scnprintf > V2->V1: use sysfs_emit instead of sprintf > > Gioh Kim (3): > 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 Applied to for-next, thanks Please be mindful about the subjects, rdma subject start with a capital letter after the tag > Md Haris Iqbal (1): > RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its > stats This one was replaced by that other patch Jason