Whamcloud - gitweb
LU-16106 lnet: allow direct messages regardless of peer NI status 55/48355/3
authorSerguei Smirnov <ssmirnov@whamcloud.com>
Sun, 28 Aug 2022 01:50:16 +0000 (18:50 -0700)
committerSerguei Smirnov <ssmirnov@whamcloud.com>
Tue, 6 Sep 2022 17:00:29 +0000 (10:00 -0700)
commit4c6d1491d1df078a4477b3fcfeddadf3d1fd7239
tree49fb5702aab4caddd2c35a038040e5b5f6b4ad3c
parent23dc511d654ee9ec2c597642cbe987b57921b152
LU-16106 lnet: allow direct messages regardless of peer NI status

If check_routers_before_use is enabled, the router needs to
be pinged before it is used, which is not possible because
its NIs are assumed to be down at start-up. Don't prevent
discovery of the router in this case.

This change allows non-routed traffic to peer NIs with "down"
status.

Test-Parameters: trivial
Signed-off-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Change-Id: I36fa60e37ef4f47c82c69855c9b0b80bad8a36f4
lnet/lnet/lib-move.c