From: Alex Wang Date: Thu, 3 Apr 2014 20:27:22 +0000 (-0700) Subject: bridge: Allow users to configure statistics update to OVSDB. X-Git-Tag: sliver-openvswitch-2.2.90-1~3^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=12eb035b810ff9d537d6ff9f1eb8ad5564c1f644;hp=12eb035b810ff9d537d6ff9f1eb8ad5564c1f644;p=sliver-openvswitch.git bridge: Allow users to configure statistics update to OVSDB. This commit adds a new configuration "stats-update-interval" in "other_config" of Open_Vswitch table. So users can control the statistics update frequency. A possible use case is that, users can lower the update frequency to reduce the cpu consumption of the ovs-vswitchd thread. The configured value should always be greater than or equal to 5000 ms. And more frequent statistics update should be achieved via OpenFlow. Signed-off-by: Alex Wang Acked-by: Joe Stringer ---