[ovs-dev] [ext-260 v2 0/6] Implement EXT-260 and EXT-237

Ben Pfaff blp at nicira.com
Wed Feb 13 22:32:14 UTC 2013


This version significantly revises the ofp-errors implementation from
the first version, and adds a (pathologically trivial) implementation
of EXT-237 as well.

Ben Pfaff (6):
  ofp-errors: Fix typos in comment.
  ofp-errors: Make ofperr_decode() static.
  extract-ofp-errors: Remove support for hexadecimal error types.
  ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.
  ofp-errors: New error code NXBIC_DUP_INSTRUCTION.
  Implement EXT-237 "Add error messages for OFPT_SET_ASYNC".

 build-aux/extract-ofp-errors    |  149 ++++++++++++++++++++++----------------
 include/openflow/openflow-1.2.h |    5 +-
 lib/ofp-actions.c               |    4 +-
 lib/ofp-errors.c                |   74 +++++++++++++-------
 lib/ofp-errors.h                |   97 ++++++++++++++++----------
 tests/ofp-actions.at            |    4 +-
 tests/ofp-errors.at             |  105 +++++++++++++++++++++++++---
 utilities/ovs-ofctl.c           |   15 +++--
 8 files changed, 306 insertions(+), 147 deletions(-)

-- 
1.7.2.5




More information about the dev mailing list