]> git.baikalelectronics.ru Git - kernel.git/commit
IPoIB: Turn on interface's carrier after broadcast group is joined
authorShirley Ma <xma@us.ibm.com>
Thu, 8 Mar 2007 22:59:30 +0000 (14:59 -0800)
committerRoland Dreier <rolandd@cisco.com>
Thu, 8 Mar 2007 22:59:30 +0000 (14:59 -0800)
commitf50747f1eda32cd63689081d9f3d2aa037f88b9e
tree32da4f2f1eb7b80589077e00860e84b2836b023b
parent5c889359f8ce6f33af1003d37fc73c43ff2a3f1e
IPoIB: Turn on interface's carrier after broadcast group is joined

Do netif_carrier_on() right after the IPv4 broadcast multicast group
is joined, rather than waiting for all of the initial set of multicast
group joins to finish.  This allows at least IPv4 traffic to limp
along on broken fabrics where not all multicast groups can be joined.

Signed-off-by: Shirley Ma <xma@us.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c