mirror of https://github.com/ipxe/ipxe.git
[infiniband] Send xfer_window_changed() when CMRC connection is established
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/5/head
parent
0cc03ac76a
commit
1e90ff0eb7
|
@ -180,6 +180,9 @@ static void ib_cmrc_changed ( struct ib_device *ibdev __unused,
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Notify upper connection of window change */
|
||||||
|
xfer_window_changed ( &cmrc->xfer );
|
||||||
|
|
||||||
/* If we are disconnected, close the upper connection */
|
/* If we are disconnected, close the upper connection */
|
||||||
if ( rc_cm != 0 ) {
|
if ( rc_cm != 0 ) {
|
||||||
ib_cmrc_close ( cmrc, rc_cm );
|
ib_cmrc_close ( cmrc, rc_cm );
|
||||||
|
|
Loading…
Reference in New Issue