[ovs-dev] [PATCH] xenserver: Clean up /usr/sbin/brctl dangling symlink.

2011-02-14 Thread Andrew Evans
Commit 54f16a10 removed Open vSwitch's /usr/sbin/brctl replacement for XenServer, but because the RPM doesn't restore the original files on upgrade, an upgrade leaves /usr/sbin/brctl a broken symlink to the removed /usr/share/openvswitch/scripts/brctl. This commit adds a one-time cleanup to

[ovs-dev] [resubmit 2/4] ofproto: Display idle time in bridge/dump-flows.

2011-02-14 Thread Ethan Jackson
--- ofproto/ofproto.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 305af35..3a74f79 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3664,6 +3664,7 @@ flow_stats_ds(struct ofproto *ofproto, struct rule *rule,

[ovs-dev] [resubmit 4/4] ofproto: Resubmit Statistics.

2011-02-14 Thread Ethan Jackson
This patch causes statistics to be updated for rules which are resubmitted into. Once per second statistics are queried from the datapath and pushed along the resubmit graph (calculated on demand from the action list). This approach is simple, easy to understand, and in most cases accurate.

Re: [ovs-dev] [db-backup 4/5] ovsdb-tool: New command needs-conversion.

2011-02-14 Thread Ethan Jackson
Looks Good. On Tue, Feb 8, 2011 at 4:00 PM, Ben Pfaff b...@nicira.com wrote: ---  ovsdb/ovsdb-tool.1.in |    7 +++  ovsdb/ovsdb-tool.c    |   15 +++  ovsdb/ovsdb.c         |   17 +  ovsdb/ovsdb.h         |    3 +++  tests/ovsdb-tool.at   |   22

Re: [ovs-dev] [db-backup 5/5] Avoid unneeded database compaction at startup, and improve backups.

2011-02-14 Thread Ethan Jackson
I tested the xenserver version but not the Debian version. ---  debian/openvswitch-switch.init   |   13 -  xenserver/etc_init.d_openvswitch |   15 ---  2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/debian/openvswitch-switch.init