[ovs-dev] [of1.1 v4 0/5] Next iteration of of1.1 series

Ben Pfaff blp at nicira.com
Wed Jul 4 06:10:16 UTC 2012


One major change in this revision is that some commits have
been pushed to master, so the series shorter.

Another major change is the first two patches, especially the
first one, which has been extensively improved and revised
versus the previous posting.

This is also available at git://benpfaff.org/openvswitch in
the "of1.1" branch.

Ben Pfaff (5):
  ofp-msgs: New approach to encoding and decoding OpenFlow headers.
  nicira-ext: Drop nx_aggregate_stats_reply structure.
  openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.
  openflow: Separate OF1.0, OF1.1 flow_mod constants and types.
  ofp-util: Work on decoding OF1.1 flow_mods.

 build-aux/extract-ofp-msgs         |  344 ++++++++
 include/openflow/nicira-ext.h      |  117 +---
 include/openflow/openflow-1.0.h    |  136 +---
 include/openflow/openflow-1.1.h    |   93 +--
 include/openflow/openflow-1.2.h    |   23 +-
 include/openflow/openflow-common.h |  120 ++--
 lib/.gitignore                     |    1 +
 lib/automake.mk                    |    9 +
 lib/learning-switch.c              |  118 ++--
 lib/ofp-errors.c                   |   41 +-
 lib/ofp-errors.h                   |    7 +-
 lib/ofp-msgs.c                     |  812 +++++++++++++++++++
 lib/ofp-msgs.h                     |  407 ++++++++++
 lib/ofp-print.c                    |  318 ++++----
 lib/ofp-print.h                    |    1 -
 lib/ofp-util.c                     | 1518 +++++++++---------------------------
 lib/ofp-util.h                     |  127 +---
 lib/rconn.c                        |   67 ++-
 lib/stream.c                       |    4 +-
 lib/vconn.c                        |   68 +-
 ofproto/connmgr.c                  |   12 +-
 ofproto/ofproto-dpif.c             |    2 +-
 ofproto/ofproto-provider.h         |    4 +-
 ofproto/ofproto.c                  |  215 +++---
 tests/ofp-print.at                 |    2 +-
 tests/ofproto-dpif.at              |    1 +
 tests/ofproto-macros.at            |    2 +-
 tests/test-vconn.c                 |   68 +-
 utilities/ovs-ofctl.c              |  188 +++---
 29 files changed, 2658 insertions(+), 2167 deletions(-)
 create mode 100755 build-aux/extract-ofp-msgs
 create mode 100644 lib/ofp-msgs.c
 create mode 100644 lib/ofp-msgs.h

-- 
1.7.2.5




More information about the dev mailing list