Whamcloud - gitweb
LU-12756 lnet: Use info cached in lnet_msg on resend 41/36541/7
authorChris Horn <hornc@cray.com>
Tue, 22 Oct 2019 02:36:57 +0000 (21:36 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 11 Mar 2020 02:10:24 +0000 (02:10 +0000)
commit67fafd215587141c92b358f8800c05ef1f8088a4
tree239a58fce900f64c2a432097aa548a55585e35e5
parentbb9eb8b09e951945304d818ae6e1a6e451353345
LU-12756 lnet: Use info cached in lnet_msg on resend

The src_nid and rtr_nid supplied to lnet_send() are cached in the
lnet_msg object. Use this information when resending messages via
lnet_resend_pending_msgs_locked()

Test-Parameters: trivial
Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: I7a9f54d6d28f26492508f86e447fd01814874f35
Reviewed-on: https://review.whamcloud.com/36541
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/lib-move.c