2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-08-01 00:57:39 +00:00

[infiniband] Send xfer_window_changed() when CMRC connection is established

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-06-24 19:25:53 +01:00
parent 0cc03ac76a
commit 1e90ff0eb7

View File

@@ -180,6 +180,9 @@ static void ib_cmrc_changed ( struct ib_device *ibdev __unused,
return;
}
/* Notify upper connection of window change */
xfer_window_changed ( &cmrc->xfer );
/* If we are disconnected, close the upper connection */
if ( rc_cm != 0 ) {
ib_cmrc_close ( cmrc, rc_cm );