Whamcloud - gitweb
LU-12893 lnet: fix peer_ni selection 52/36552/2
authorAmir Shehata <ashehata@whamcloud.com>
Tue, 22 Oct 2019 18:27:24 +0000 (11:27 -0700)
committerOleg Drokin <green@whamcloud.com>
Sun, 27 Oct 2019 04:18:14 +0000 (04:18 +0000)
commit94ee26738884e3f5b241698bc2e7a8da9702d264
tree7144b91d4284a9276bd6d18670b1697af87ec788
parentfba6abdb9818b01d02ac7663e4ac9881258c8ead
LU-12893 lnet: fix peer_ni selection

When selecting a peer-ni we must use the same peer NID
through all the messages which belong to the same RPC.
This is necessary in order to ensure we do the RDMA over
the optimal interface.

Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I0391537da32bc6ac7a8a3d92e207bf172d111981
Reviewed-on: https://review.whamcloud.com/36552
Reviewed-by: Chris Horn <hornc@cray.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/lib-move.c