commit | ce5b65cc9626feac0d4ffb96f798407e50c45575 | [log] [tgz] |
---|---|---|
author | Hal Rosenstock <halr@voltaire.com> | Sun Sep 18 13:47:53 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Sep 18 22:02:38 2005 -0700 |
tree | 42803ff0ecbc1f0d47adb628d88378232d03b1d6 | |
parent | d6cff021e24515255b296d399ec517a68bf2ed08 [diff] |
[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>