[ovs-git] Open vSwitch: Initial OpenFlow 1.3 support (master)

dev at openvswitch.org dev at openvswitch.org
Tue Nov 27 17:44:16 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  2e1ae2005ed347d2dfebd23fff40c54a1a2a6716 (commit)
      from  6ed3b860fe806fce26dfc760cb428a9a5432d329 (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 2e1ae2005ed347d2dfebd23fff40c54a1a2a6716
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2e1ae2005ed347d2dfebd23fff40c54a1a2a6716
Author: Jarno Rajahalme <jarno.rajahalme at nsn.com>
		
Initial OpenFlow 1.3 support
		
Initial OpenFlow 1.3 support with new include/openflow/openflow-1.3.h.
Most of the messages that differ from 1.2 are implemented. OFPT_SET_ASYNC
is implemented via NX_SET_ASYNC_CONFIG, other new message types are yet to
be implemented. Stats replies that add duration fields are implemented at
encode/decode level only. Test cases for implemented features are included.
Remaining FIXME:s should not cause runtime aborts. Make check comes out
clean.

Signed-off-by: Jarno Rajahalme <jarno.rajahalme at nsn.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 build-aux/extract-ofp-errors       |   21 +-
 build-aux/extract-ofp-msgs         |    1 +
 include/openflow/automake.mk       |    1 +
 include/openflow/openflow-1.0.h    |    2 +
 include/openflow/openflow-1.1.h    |    4 +-
 include/openflow/openflow-1.2.h    |   25 ++
 include/openflow/openflow-1.3.h    |  460 ++++++++++++++++++++++++++++++++++++
 include/openflow/openflow-common.h |   10 +-
 include/openflow/openflow.h        |    1 +
 lib/learning-switch.c              |   19 ++-
 lib/nx-match.c                     |    1 +
 lib/ofp-errors.c                   |    3 +
 lib/ofp-errors.h                   |   74 ++++++
 lib/ofp-msgs.c                     |    4 +
 lib/ofp-msgs.h                     |  135 ++++++++++-
 lib/ofp-parse.c                    |    6 +
 lib/ofp-print.c                    |  126 +++++++++--
 lib/ofp-util.c                     |  336 +++++++++++++++++++++-----
 lib/ofp-util.h                     |   22 +-
 lib/rconn.c                        |   18 ++
 ofproto/ofproto.c                  |   56 ++++--
 tests/learn.at                     |    2 +-
 tests/ofp-errors.at                |    2 +
 tests/ofp-print.at                 |  209 ++++++++++++++++-
 tests/ofp-util.at                  |    7 +-
 tests/ovs-ofctl.at                 |   12 +-
 vswitchd/vswitch.ovsschema         |    6 +-
 27 files changed, 1414 insertions(+), 149 deletions(-)
 create mode 100644 include/openflow/openflow-1.3.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list