[ovs-git] Open vSwitch: lacp: Require successful LACP negotiations when configured. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jan 23 22:31:19 UTC 2012


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  bdebeece558fbeebb87c17b11a8468d88875037d (commit)
      from  26fbdf773f546f653d67f1bf022ff9021cefc062 (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 bdebeece558fbeebb87c17b11a8468d88875037d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bdebeece558fbeebb87c17b11a8468d88875037d
Author: Ethan Jackson <ethan at nicira.com>
		
lacp: Require successful LACP negotiations when configured.
		
In the original Open vSwitch LACP implementation, when no slaves
found a LACP partner, the LACP module would attach all of them.
This allowed the LACP bond to fall back to a standard bond when
partnered with a non-LACP switch.  In practice, this has caused
confusion with marginal benefit, so this feature is removed with
this patch.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 NEWS                   |    2 +
 lib/bond.c             |   91 ++++++++++++++++++++++++++++--------------------
 lib/bond.h             |    3 +-
 lib/lacp.c             |   30 ++++++++--------
 lib/lacp.h             |    8 ++++-
 ofproto/ofproto-dpif.c |    2 +-
 tests/lacp.at          |    2 +-
 vswitchd/vswitch.xml   |    8 ++--
 8 files changed, 85 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list