[ovs-dev] [PATCH v2 0/3] basis of OF1.6 support

Ben Pfaff blp at ovn.org
Sun Apr 10 21:42:52 UTC 2016


I previously posted these patches in August.  This is merely a rebase.

Ben Pfaff (3):
  vswitch.xml: OpenFlow 1.5 has been released.
  Add skeleton for OF1.6 support.
  ofp-errors: Introduce OF1.6 (proposed) error code for
    OFPBFC_BAD_VERSION.

 FAQ.md                             | 33 +++++++++------
 build-aux/extract-ofp-errors       |  3 +-
 build-aux/extract-ofp-msgs         |  3 +-
 include/openflow/openflow-common.h |  5 ++-
 include/openvswitch/ofp-errors.h   |  6 +--
 lib/ofp-actions.c                  |  1 +
 lib/ofp-errors.c                   |  4 +-
 lib/ofp-msgs.c                     |  5 +++
 lib/ofp-print.c                    |  4 ++
 lib/ofp-util.c                     | 84 +++++++++++++++++++++++++++++++-------
 lib/ofp-util.h                     |  9 ++--
 tests/ofp-errors.at                |  2 +
 tests/ofproto-macros.at            |  3 +-
 tests/ofproto.at                   | 84 +++++++++++++++++++-------------------
 tests/ovs-ofctl.at                 | 18 ++++----
 vswitchd/vswitch.ovsschema         |  7 ++--
 vswitchd/vswitch.xml               | 13 ++----
 17 files changed, 181 insertions(+), 103 deletions(-)

-- 
2.1.3




More information about the dev mailing list