Whamcloud - gitweb
LU-10391 lnet: Convert ping to support 16-bytes address 12/43612/9
authorMr NeilBrown <neilb@suse.de>
Thu, 9 Jul 2020 06:35:58 +0000 (16:35 +1000)
committerJames Simmons <jsimmons@infradead.org>
Fri, 7 Jan 2022 01:12:47 +0000 (20:12 -0500)
commit167f81578390b315d6c06c40c931cb5f509369da
treed26dedc4b32ab2b51354bb5a64a85c15bb38a40c
parent7832ebe51fb7b2702055622f067a957113db0c80
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
lnet/include/lnet/lib-lnet.h
lnet/lnet/lib-move.c
lnet/lnet/peer.c