On Wed, Oct 02, 2013 at 07:31:49AM -0700, Alex Wang wrote: > This commit makes the main thread wake up all other threads when time is > warped. > > Signed-off-by: Alex Wang <[email protected]>
I am a little nervous about adding overhead to the common case to serve only the rare case of a time-warp. I suggest that we make timewarp_wait() a no-op unless timeval_dummy_register() is called to enable time/warp. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
