> >> + if (ipoib_at_exit) > >> + nn->neighbour->parms->neigh_destructor = NULL; > > > > Is it safe to do this without locking? > > Could the destructor be in progress when we do this? > I think you're right. Maybe I need to attack the issue in a different way. > I need to do some rethinking.
The basic problem seems to be that bonding code is taking a pointer into the module (neighbour setup) without taking reference on the module. -- MST _______________________________________________ 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
