Whamcloud - gitweb
LU-14940 lnet: Fix source specified send to different net
authorChris Horn <chris.horn@hpe.com>
Thu, 12 Aug 2021 21:08:44 +0000 (16:08 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 9 Sep 2022 01:39:51 +0000 (01:39 +0000)
commit338dbbf251e483bd86196b8ff8c7643076ac5690
treeef7bce96266af539293e0a19cf752769bec31671
parente3852f406724fd4769849ee99ee488b3cb17f95b
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.

Lustre-change: https://review.whamcloud.com/44728
Lustre-commit: 3e3563f719ce89de28d276f3de1add064932506b

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/48440
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Frank Sehr <fsehr@whamcloud.com>
Reviewed-by: Alexandre Ioffe <aioffe@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lnet/lnet/lib-move.c
lustre/tests/sanity-lnet.sh