From: Hal Rosenstock Date: Sun, 18 Sep 2005 20:47:53 +0000 (-0700) Subject: [PATCH] IPoIB: Fix SA client retransmission strategy X-Git-Tag: v2.6.14-rc3~150^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5b65cc9626feac0d4ffb96f798407e50c45575;p=pandora-kernel.git [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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed