[ovs-dev] [PATCH] bridge: Fix high cpu utilization.

Joe Stringer joestringer at nicira.com
Tue Sep 30 22:51:41 UTC 2014


Awesome, thanks for the fix.

On 1 October 2014 10:01, Alex Wang <alexw at nicira.com> wrote:

>
> +dnl ----------------------------------------------------------------------
+AT_SETUP([ovs-vswitchd -- start additional ovs-vswitchd process])
+OVS_VSWITCHD_START
+
+# start another ovs-vswitchd process.
+ovs-vswitchd --log-file=fakelog &
+pid=`echo $!`
+
+# sleep for a while
+sleep 5

5 seems high, is this just to make sure that vswitchd gets a chance to
fully initialize and go through the wait block once?

Acked-by: Joe Stringer <joestringer at nicira.com>



More information about the dev mailing list