[ovs-discuss] ovs-vswitchd polling frequency

2010-11-14 Thread Henrique Rodrigues
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,

Re: [ovs-discuss] Xen Live Migration + Open vSwitch

2010-11-14 Thread Henrique Rodrigues
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