On Fri, Jan 17, 2014 at 1:13 PM, Ben Pfaff <b...@nicira.com> wrote: > On Fri, Jan 17, 2014 at 12:26:23PM -0800, Gurucharan Shetty wrote: >> Start with ovs-vswitchd and ovsdb-server. >> >> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> > > Will poll_block() wake up if a service stop has been requested? > Ideally, it would. I did not think a lot about it. I suppose we have a time limit in ms after which we wake up every time correct? I haven't seen (during my tests) a negative consequence of a small delay in stopping the service after a request. If that is indeed a problem, I will investigate more.
> > Why does this change set_program_name__()? set_program_name__() is called twice in windows, if service is configured. The change is to prevent additional memory allocation. > > Thanks, > > Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev