Whamcloud - gitweb
LU-14940 lnet: Fix source specified send to different net 28/44728/3
authorChris Horn <chris.horn@hpe.com>
Thu, 12 Aug 2021 21:08:44 +0000 (16:08 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 30 Nov 2021 03:47:28 +0000 (03:47 +0000)
commit3e3563f719ce89de28d276f3de1add064932506b
tree0bd73db9932504c4d6c931bc7466e2556f93f2e5
parent48ef9982c474a02c460293bce17c9e45f9829eab
LU-14940 lnet: Fix source specified send to different net

The destination NI is fixed for all source-specified sends. Thus, in
order for a source-specified send to be considered "local", i.e. a
send that does not require a route, the destination NID must be on
the same net as the specified source.

HPE-bug-id: LUS-10303
Test-Parameters: trivial testlist=sanity-lnet
Signed-off-by: Chris Horn <chris.horn@hpe.com>
Change-Id: I4847db1d393bbc36def65123f260b928ebbf944e
Reviewed-on: https://review.whamcloud.com/44728
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/lib-move.c
lustre/tests/sanity-lnet.sh