[Fwd: [openib-general] Latest IPoIB Status]

Roland Dreier roland at topspin.com
Fri Oct 29 13:05:05 PDT 2004


OK, I just fixed the bug below (left over in the port to new SA API).

should work better now I hope.

 - R.

Index: infiniband/ulp/ipoib/ipoib_multicast.c
===================================================================
--- infiniband/ulp/ipoib/ipoib_multicast.c	(revision 1102)
+++ infiniband/ulp/ipoib/ipoib_multicast.c	(revision 1103)
@@ -361,7 +361,7 @@
 	}
 
 out:
-	if (ret)
+	if (ret < 0)
 		atomic_dec(&priv->mcast_joins);
 
 	return ret;



More information about the general mailing list