On Sat, Aug 9, 2008 at 12:13 AM, Roland Dreier <[EMAIL PROTECTED]> wrote: > > How about putting the mtu stuff in another task, that is scheduled on > > another workqueue, > > such as the global workqueue? We can use the data field of the work to > > syncronize with device cleanup. > > I don't think moving to a different workqueue helps, does it? Because > we just have to flush *that* workqueue somewhere too. > > - R.
Yes, but it won't have to be from ipoib_stop, it can be from a place where rtnl_lock is not held. > _______________________________________________ > general mailing list > [email protected] > http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general > > To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general > _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
