[ovs-git] Open vSwitch: Add basic OpenFlow 1.1 protocol support. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jul 8 21:52:49 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  75fa58f844031e071dd828162344b493ecc561f0 (commit)
       via  490020fe32fc39ebded6e2c150f21ff4873a7698 (commit)
       via  2334285719dffc1f193a2fdf0e5f7f54062348da (commit)
       via  3432cb4e5659e3b4da9a0bc5587b473fc2cc6bc8 (commit)
      from  17ce1965b35adf6da6934c9e256df038e470d1e2 (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 75fa58f844031e071dd828162344b493ecc561f0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=75fa58f844031e071dd828162344b493ecc561f0
Author: Ben Pfaff <blp at nicira.com>
		
Add basic OpenFlow 1.1 protocol support.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 490020fe32fc39ebded6e2c150f21ff4873a7698
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=490020fe32fc39ebded6e2c150f21ff4873a7698
Author: Ben Pfaff <blp at nicira.com>
		
tests: Add tests for mod flows with cookie miss on OF1.2.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 2334285719dffc1f193a2fdf0e5f7f54062348da
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2334285719dffc1f193a2fdf0e5f7f54062348da
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 3432cb4e5659e3b4da9a0bc5587b473fc2cc6bc8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3432cb4e5659e3b4da9a0bc5587b473fc2cc6bc8
Author: Ben Pfaff <blp at nicira.com>
		
DESIGN: Update flow_mod section to describe OpenFlow 1.1+ behavior.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 DESIGN                     |  122 ++++++++++++++++++++++++++++++++++++++--
 FAQ                        |   20 ++++---
 NEWS                       |    2 +
 lib/learn.c                |    1 +
 lib/ofp-parse.c            |    2 +
 lib/ofp-util.c             |  124 +++++++++++++++++++++++++++++++++++++----
 lib/ofp-util.h             |   60 +++++++++++++-------
 ofproto/ofproto-dpif.c     |    1 +
 ofproto/ofproto.c          |    2 +-
 tests/learn.at             |    2 +-
 tests/ofp-print.at         |   20 +++++++
 tests/ofproto-macros.at    |    2 +-
 tests/ofproto.at           |  132 +++++++++++++++++++++++++++++++++++++++++++-
 utilities/ovs-ofctl.c      |    1 +
 vswitchd/vswitch.ovsschema |    9 ++-
 15 files changed, 449 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list