[openib-general] [PATCH] IPoIB: Backoff on send only joins as well

Hal Rosenstock halr at voltaire.com
Thu Oct 6 06:27:47 PDT 2005


IPoIB: Backoff on send only joins as well (as full member ones)
(This was part of the original patch but somehow doesn't appear to have 
made it in).

Signed-off-by: Hal Rosenstock <halr at voltaire.com>

Index: ipoib_multicast.c
===================================================================
--- ipoib_multicast.c   (revision 3678)
+++ ipoib_multicast.c   (working copy)
@@ -366,7 +366,7 @@ static int ipoib_mcast_sendonly_join(str
                                     IB_SA_MCMEMBER_REC_PORT_GID        |
                                     IB_SA_MCMEMBER_REC_PKEY            |
                                     IB_SA_MCMEMBER_REC_JOIN_STATE,
-                                    1000, GFP_ATOMIC,
+                                    mcast->backoff * 1000, GFP_ATOMIC,
                                     ipoib_mcast_sendonly_join_complete,
                                     mcast, &mcast->query);
        if (ret < 0) {





More information about the general mailing list