Whamcloud - gitweb
LU-9507 lnd: Don't Assert On Reconnect with MultiQP 39/27139/3
authorDoug Oucharek <doug.s.oucharek@intel.com>
Tue, 16 May 2017 16:27:50 +0000 (09:27 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 29 May 2017 17:29:26 +0000 (17:29 +0000)
commitabf2ecad35e81f9c247da5c8214fa2fd7baf5439
tree787a0521e0054d9aff1faf9e4fc7137496c691ee
parent2d5babe5a9920cab6153b14523da0f12e8bd2239
LU-9507 lnd: Don't Assert On Reconnect with MultiQP

LU-8943 activated the ability to have multiple connections
between peers.  If any of those connections need to be
reconnected (i.e. parameter renegotiation), we were getting
an assert from kiblnd_reconnect_peer() which was not changed
to allow for having multiple connections ongoing at the
same time.

This patch gets rid of the assert from kiblnd_reconnect_peer()
which is no longer valid after LU-8943.

Signed-off-by: Doug Oucharek <doug.s.oucharek@intel.com>
Change-Id: I9cc7fae8836f2648603018fac38a88e3f90ec190
Reviewed-on: https://review.whamcloud.com/27139
Reviewed-by: Amir Shehata <amir.shehata@intel.com>
Tested-by: Jenkins
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/klnds/o2iblnd/o2iblnd_cb.c