[ovs-git] Open vSwitch: ofproto-dpif: Implement translation of select groups. (master)

dev at openvswitch.org dev at openvswitch.org
Sun Nov 3 02:19:22 UTC 2013


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  fe7e574970ae0ba1b8515a329c9ce88f22365b95 (commit)
      from  dd8cd4b43706d0b7c7aea9c0bfd2eeba42b264f2 (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 fe7e574970ae0ba1b8515a329c9ce88f22365b95
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fe7e574970ae0ba1b8515a329c9ce88f22365b95
Author: Simon Horman <horms at verge.net.au>
		
ofproto-dpif: Implement translation of select groups.
		
Select bucket from those that are alive based on a hash of the destination
ethernet address of the packet.

Support for weights is proposed by a subsequent patch.

The selection is based on a hash of the destination ethernet
address of the flow. It should be possible to extend
this to cover a hash of user-specified elements of the flow.

Signed-off-by: Simon Horman <horms at verge.net.au>
[blp at nicira.com replaced bucket selection by "highest random weight"
 method]
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif-xlate.c |   47 ++++++++++++++++++++++++++++++++++++++++--
 ofproto/ofproto.c            |    4 ++--
 tests/ofproto-dpif.at        |   24 +++++++++++++++++++++
 tests/ofproto.at             |    2 +-
 4 files changed, 72 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list