Whamcloud - gitweb
LU-10391 lnet: Convert ping to support 16-bytes address 12/43612/10
authorMr NeilBrown <neilb@suse.de>
Thu, 9 Jul 2020 06:35:58 +0000 (16:35 +1000)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Jan 2022 05:13:32 +0000 (05:13 +0000)
commit3e37ac8bb7e068a3070f5770570766ad87270186
tree4c29cc390e2db4394f4a8b2f54da334bbd7f2e8f
parent7b31ef0bbac99bfd0f681fb9256f82db8bc9b20d
LU-10391 lnet: Convert ping to support 16-bytes address

Now that ksocknal can send hello messages with 16-byte address, we can
change lnet_send_ping() to ping hosts with large-address nids.

Note that this doesn't change the addresses in the ping message sent,
only the sending and receiving of the message.

Test-Parameters: trivial
Test-Parameters: serverversion=2.12 serverdistro=el7.9 testlist=runtests
Test-Parameters: clientversion=2.12 testlist=runtests
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I6f591c2f053698876195575c71da42f64788637e
Reviewed-on: https://review.whamcloud.com/43612
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/include/lnet/lib-lnet.h
lnet/lnet/lib-move.c
lnet/lnet/peer.c