Whamcloud - gitweb
LU-8501 lnet: Ensure routing is turned on first time 34/21934/2
authorDoug Oucharek <doug.s.oucharek@intel.com>
Mon, 15 Aug 2016 21:14:38 +0000 (14:14 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 2 Sep 2016 02:23:08 +0000 (02:23 +0000)
commit00182f1810efe6b99ddd523d6a8e489b7bf5716f
tree483a08ffee6f91fdedd5600e2fcacc215af134d7
parent76c696d545677bab4ce9641b9eff338fe99f6396
LU-8501 lnet: Ensure routing is turned on first time

In lnet_rtrpools_enable(), a mistake was made and routing
was not being turned on when the rtrpools are being allocated
for the first time.

This patch fixes that routine so we remember to turn on
routing after allocating the rtrpools.

Test-Parameters: trivial
Signed-off-by: Doug Oucharek <doug.s.oucharek@intel.com>
Change-Id: I8ef3e11bc8082cdce93e53d640f69e59ddbe9588
Reviewed-on: http://review.whamcloud.com/21934
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Amir Shehata <amir.shehata@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/lnet/router.c