Re: [ovs-dev] [PATCH v2] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread Alex Wang
Applied to master, thanks, On Thu, May 29, 2014 at 11:25 PM, Ryan Wilson wrote: > Due to patch fe83f8 (netdev: Remove netdev from global shash when > the user is changing interface configuration), netdevs can be > destructed and deallocated by revalidator and RCU threads. When > netdevs with cl

[ovs-dev] [PATCH v2] rtbsd: Make rtbsd module thread-safe.

2014-05-29 Thread Ryan Wilson
Due to patch fe83f8 (netdev: Remove netdev from global shash when the user is changing interface configuration), netdevs can be destructed and deallocated by revalidator and RCU threads. When netdevs with class bsd are destroyed, the rtbsd notifier is unregistered, possibly causing memory to be fre