On Wed, Mar 25, 2015 at 05:43:06PM +0000, Kevin Traynor wrote:
> As ovsrcu_synchronize() is used when setting virtio_dev to NULL,
> ovsrcu_quiesce_start() must be called before destroy_device() returns.
> Otherwise there will be warnings about the thread not quiescing.
> Use of ovs_thread_create() instead of pthread_create() is optional but
> as we are now setting quiescent state, it is added.
> 
> Signed-off-by: Kevin Traynor <kevin.tray...@intel.com>

Is the quiescent state permanent?  Normally ovsrcu_quiesce_start() and
ovsrcu_quiesce_end() should be paired, but this patch only seems to add
the former.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to