[openib-general] IPoIB w/ IBSRM?

Roland Dreier roland at topspin.com
Thu Nov 11 15:01:15 PST 2004


    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)



More information about the general mailing list