Hi,

this short series adds enum and struct definitions for Open Flow 1.2
to Open vSwitch. Some missing Open Flow 1.0 and 1.1 definitions have
also been added. None of the definitions added by this series are used yet,
rather this is preliminary work that an implementation could be based on.

Simon Horman (5):
      Add error codes for Open Flow v1.2
      Add some missing common Open Flow definitions
      Add some missing Open Flow 1.0 definitions
      Add some missing Open Flow 1.1 definitions
      Definitions for Open Flow 1.2

 build-aux/extract-ofp-errors       |   30 ++-
 include/openflow/automake.mk       |    3 +
 include/openflow/openflow-1.0.h    |   31 ++
 include/openflow/openflow-1.1.h    |  574 ++++++++++++++++++++++++++++++++++++
 include/openflow/openflow-1.2.h    |  418 ++++++++++++++++++++++++++
 include/openflow/openflow-common.h |   32 ++
 include/openflow/openflow.h        |    1 +
 lib/nx-match.c                     |   10 +-
 lib/ofp-errors.h                   |  117 ++++++--
 ofproto/ofproto.c                  |    2 +-
 10 files changed, 1184 insertions(+), 34 deletions(-)
 create mode 100644 include/openflow/openflow-1.2.h
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to