]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] IPoIB: Fix SA client retransmission strategy
authorHal Rosenstock <halr@voltaire.com>
Sun, 18 Sep 2005 20:47:53 +0000 (13:47 -0700)
committerRoland Dreier <rolandd@cisco.com>
Mon, 19 Sep 2005 05:02:38 +0000 (22:02 -0700)
commitce5b65cc9626feac0d4ffb96f798407e50c45575
tree42803ff0ecbc1f0d47adb628d88378232d03b1d6
parentd6cff021e24515255b296d399ec517a68bf2ed08
[PATCH] IPoIB: Fix SA client retransmission strategy

We got a little mixed up with what the backoff member holds in the
IPoIB multicast group structure: sometimes it was used as a number of
seconds, and sometimes it was used as a number of jiffies.  Fix the
code so that backoff is always in seconds.

Signed-off-by: Hal Rosenstock <halr@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c