Whamcloud - gitweb
LU-10391 lnet: change lnet_find_best_lpni to handle large NIDs 81/49181/3
authorJames Simmons <jsimmons@infradead.org>
Mon, 21 Nov 2022 14:23:56 +0000 (09:23 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 6 Dec 2022 02:42:21 +0000 (02:42 +0000)
commit4c0c01e29c891d100b134d0988947cfb3aeee6c1
tree927757ca42f8509e3d5f5faf9657f87010734bcd
parent558784caad491be50e93ae60a31d4219a1e038bc
LU-10391 lnet: change lnet_find_best_lpni to handle large NIDs

Currently lnet_find_best_lpni() only handles small NID addresses
for the dst_nid. Change this to large NID address to allow IPv6
and other large address protocols.

Test-Parameters: trivial testlist=sanity-lnet
Test-Parameters: serverversion=2.12 serverdistro=el7.9 testlist=runtests
Test-Parameters: clientversion=2.12 testlist=runtests
Signed-off-by: James Simmons <jsimmons@infradead.org>
Change-Id: I23ef73f5955a3016262d096706d5cf00ffa4abda
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49181
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
Reviewed-by: Frank Sehr <fsehr@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/lnet/lib-move.c