david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 3 additions and 0 deletions

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 );