Essentially the same patchset as previously posted, three minor changes:- * First patch merged ("bridge: Refresh STP statistics separately from status") * Fixed test failures in Patch #2 * Rebase against master
A full description can be found in the previous posting: https://www.mail-archive.com/dev@openvswitch.org/msg25594.html Joe Stringer (4): netdev: Globally track port status changes ofproto-dpif: Don't poll ports when nothing changes ofproto-dpif: Only run bundles when lacp or bonds are enabled bridge: Only store instant_stats on device changes lib/automake.mk | 2 ++ lib/bfd.c | 6 ++++- lib/cfm.c | 13 ++++++++++ lib/connectivity.c | 62 ++++++++++++++++++++++++++++++++++++++++++++ lib/connectivity.h | 46 ++++++++++++++++++++++++++++++++ lib/lacp.c | 7 +++++ lib/netdev-bsd.c | 36 +++++-------------------- lib/netdev-dummy.c | 33 +++-------------------- lib/netdev-linux.c | 23 ++-------------- lib/netdev-provider.h | 24 ++++++++--------- lib/netdev-vport.c | 30 +++------------------ lib/netdev.c | 14 ++-------- lib/netdev.h | 2 -- lib/stp.c | 4 +++ ofproto/bond.c | 7 +++-- ofproto/ofproto-dpif.c | 37 +++++++++++++++++++------- ofproto/ofproto-provider.h | 2 +- ofproto/ofproto.c | 53 +++++++++++++++++-------------------- ofproto/tunnel.c | 7 ++--- tests/test-stp.c | 5 ++++ vswitchd/bridge.c | 14 ++++++++++ 21 files changed, 247 insertions(+), 180 deletions(-) create mode 100644 lib/connectivity.c create mode 100644 lib/connectivity.h -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev