]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[infiniband] Send xfer_window_changed() when CMRC connection is established
authorMichael Brown <mcb30@ipxe.org>
Fri, 24 Jun 2011 18:25:53 +0000 (19:25 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Jun 2011 13:45:07 +0000 (14:45 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/infiniband/ib_cmrc.c

index ed388b2f1fa377fc9fe57018c460738dea79dfe9..4b15314e5dc88125832017666c89160cfbd43abd 100644 (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 );