Hi,
What is the ovs-vswitchd polling frequency? I couldn't figure it out just
reading the code.
The main loop has a lot of "wait calls"
signal_wait(sighup);
bridge_wait();
unixctl_server_wait(unixctl);
dp_wait();
netdev_wait();
poll_block();
Is there any documentation concerning this?
Thanks,
On Fri, Nov 12, 2010 at 8:08 AM, Ben Pfaff wrote:
> On Fri, Nov 12, 2010 at 7:26 AM, Henrique Rodrigues
> wrote:
> > Correction: I haven't being able to create a new virtual machine when
> using
> > Open vSwitch.
>
> Well, the usual questions are: what did you do, what happened, and
> what did y