mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[infiniband] Send xfer_window_changed() when CMRC connection is established
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user