David> Isn't the IPOIB driver LLTX and therefore the upper layers David> are not taking the xmit_lock?
Yeah, but I think that should be OK. If I'm remembering the intention of the code correctly, the reason xmit_lock is being taken there is just to protect dev->mc_list -- and this is needed because ipoib has to defer handling set_multicast_list to process context. Am I right in thinking that dev->xmit_lock still serializes mc_list operations, even for LLTX drivers? - R. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html