Whamcloud - gitweb
LU-9120 lnet: refactor lnet_select_pathway() 60/32760/9
authorAmir Shehata <amir.shehata@intel.com>
Tue, 13 Feb 2018 21:11:30 +0000 (13:11 -0800)
committerAmir Shehata <ashehata@whamcloud.com>
Fri, 17 Aug 2018 19:46:15 +0000 (19:46 +0000)
lnet_select_pathway() is a complex monolithic function which handles
many send cases. Broke down lnet_select_pathway() to multiple
functions. Each function handles a different send case. This will
make it easier to add the handling of the different health cases in
future patches.

Test-Parameters: forbuildonly
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I6e554c71eaa61f3e1bdfdc60bd9cd38f70df57b5
Reviewed-on: https://review.whamcloud.com/32760
Reviewed-by: Sonia Sharma <sharmaso@whamcloud.com>
Reviewed-by: Olaf Weber <olaf.weber@hpe.com>
Tested-by: Jenkins
Reviewed-by: Chris Horn <hornc@cray.com>

No differences found