[ovs-git] Open vSwitch: lacp: Enable "fast" lacp timing mode. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 18 11:35:46 PDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  269340fac3602303e30d46181652a7c90bde0e5e (commit)
       via  77fdfa9bf71aff101219b249955842f6dc59b5c9 (commit)
       via  6aa7430820bb327b65de0e02baf928ed663bef2b (commit)
      from  afabe15a7aea7a588ea1711ce00bb524fe1733c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 269340fac3602303e30d46181652a7c90bde0e5e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=269340fac3602303e30d46181652a7c90bde0e5e
Author: Ethan Jackson <ethan at nicira.com>
		
lacp: Enable "fast" lacp timing mode.
		


commit 77fdfa9bf71aff101219b249955842f6dc59b5c9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=77fdfa9bf71aff101219b249955842f6dc59b5c9
Author: Ethan Jackson <ethan at nicira.com>
		
lacp: Transmit more judiciously.
		
Only transmit when the LACP partner needs to be updated instead of
whenever it might need to be updated.


commit 6aa7430820bb327b65de0e02baf928ed663bef2b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6aa7430820bb327b65de0e02baf928ed663bef2b
Author: Ethan Jackson <ethan at nicira.com>
		
vswitchd: Modularize LACP.
		
This commit pulls LACP code out of the bridge into its own LACP
module.  Currently this module is only used by the existing bonding
infrastructure.


-----------------------------------------------------------------------

Summary of changes:
 lib/automake.mk            |    2 +
 lib/lacp.c                 |  676 ++++++++++++++++++++++++++++++++++++++++++++
 lib/lacp.h                 |   50 ++++
 vswitchd/bridge.c          |  560 ++++++-------------------------------
 vswitchd/ovs-vswitchd.8.in |    9 +
 vswitchd/vswitch.xml       |    7 +
 6 files changed, 831 insertions(+), 473 deletions(-)
 create mode 100644 lib/lacp.c
 create mode 100644 lib/lacp.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list