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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user