Patches 1 through 4 are ready for final review.

I haven't really looked over patch 5.  It's included only because
it was in the previous versions.

As before, this is available at git://benpfaff.org/openvswitch
in the of1.1 branch.

Thanks,

Ben.

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                     |  962 +++++++++++++++++++++++
 lib/ofp-msgs.h                     |  413 ++++++++++
 lib/ofp-print.c                    |  318 ++++----
 lib/ofp-print.h                    |    1 -
 lib/ofp-util.c                     | 1527 +++++++++---------------------------
 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, 2812 insertions(+), 2178 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

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to