This patch series adds basic support for the OpenFlow 1.1 protocol. (Previously, 1.2 and 1.3 have been supported, but not 1.1.) This is the second or third time I've sent this series; it has never attracted a review.
Ben Pfaff (7): vconn: Fix formatting of user message. tests: Fix typo in test name. DESIGN: Update flow_mod section to describe OpenFlow 1.1+ behavior. OPENFLOW-1.1+: Remove items that I've verified to be implemented already. ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1. tests: Add tests for mod flows with cookie miss on OF1.2. Add basic OpenFlow 1.1 protocol support. DESIGN | 120 ++++++++++++++++++++++++++++++++++++++- FAQ | 16 ++--- NEWS | 2 + OPENFLOW-1.1+ | 12 ---- lib/learn.c | 3 +- lib/ofp-parse.c | 2 + lib/ofp-util.c | 128 ++++++++++++++++++++++++++++++++++++++---- lib/ofp-util.h | 60 +++++++++++++------ lib/vconn.c | 2 +- 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 | 134 +++++++++++++++++++++++++++++++++++++++++++- utilities/ovs-ofctl.c | 1 + vswitchd/vswitch.ovsschema | 9 ++- 17 files changed, 449 insertions(+), 67 deletions(-) -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev