Tom> Oops.  Spoke too soon.  It seems `ifconfig ib0 down` now hangs.

I think this should fix it (already checked in).

 - R.

Index: infiniband/ulp/ipoib/ipoib_multicast.c
===================================================================
--- infiniband/ulp/ipoib/ipoib_multicast.c      (revision 1213)
+++ infiniband/ulp/ipoib/ipoib_multicast.c      (working copy)
@@ -379,6 +379,8 @@
        if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS)
                mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS;
 
+       mcast->query = NULL;
+
        down(&mcast_mutex);
        if (test_bit(IPOIB_MCAST_RUN, &priv->flags)) {
                if (status == -ETIMEDOUT)
_______________________________________________
openib-general mailing list
[EMAIL PROTECTED]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to