[ovs-git] Open vSwitch: ofp-errors: New error code ONFBIC_DUP_INSTRUCTION. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jun 25 17:54:13 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  f4104c68823df93064b8997e5ca0e0564704bc87 (commit)
       via  514887ee4666894c4d0b93960ce3d33515611fa9 (commit)
      from  638a19b04578669b5d43cb4d91391a9e1da93dc7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4104c68823df93064b8997e5ca0e0564704bc87
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f4104c68823df93064b8997e5ca0e0564704bc87
Author: Ben Pfaff <blp at nicira.com>
		
ofp-errors: New error code ONFBIC_DUP_INSTRUCTION.
		
This is a prototype of OpenFlow enhancement proposal EXT-260 "Add error
code for duplicate instruction."  It uses the error code proposed there.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 514887ee4666894c4d0b93960ce3d33515611fa9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=514887ee4666894c4d0b93960ce3d33515611fa9
Author: Ben Pfaff <blp at nicira.com>
		
ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.
		
OpenFlow 1.2 standardized experimenter error codes in a way different from
the Nicira extension.  This commit implements the OpenFlow 1.2+ version.

This commit also makes it easy to add error codes for new experimenter IDs
by adding new *_VENDOR_ID definitions to openflow-common.h.

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 OPENFLOW-1.1+                      |    3 -
 build-aux/extract-ofp-errors       |  321 +++++++++++++++++++++---------------
 include/openflow/nicira-ext.h      |    1 -
 include/openflow/openflow-1.2.h    |    5 +-
 include/openflow/openflow-common.h |   25 ++-
 lib/automake.mk                    |    7 +-
 lib/ofp-actions.c                  |    4 +-
 lib/ofp-errors.c                   |   72 +++++---
 lib/ofp-errors.h                   |   92 +++++++----
 tests/ofp-actions.at               |    4 +-
 tests/ofp-errors.at                |   51 ++++--
 utilities/ovs-ofctl.c              |   15 +-
 12 files changed, 382 insertions(+), 218 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list