bridge: Allow users to configure statistics update to OVSDB.
authorAlex Wang <alexw@nicira.com>
Thu, 3 Apr 2014 20:27:22 +0000 (13:27 -0700)
committerAlex Wang <alexw@nicira.com>
Fri, 2 May 2014 20:29:40 +0000 (13:29 -0700)
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 <alexw@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>

No differences found