[ovs-dev] [PATCH 0/4 v3] Open Flow 1.2 definitions for Open vSwitch

Simon Horman horms at verge.net.au
Wed Mar 28 00:44:13 UTC 2012


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.

The only difference between this v3 posting and the previous v2 posting
of this series is that it has been rebased on the now current master
git branch and what was previously the first patch "Add error codes for
Open Flow v1.2" has been dropped from the series as the changes made by
that patch have been included in recent commits to master.

Simon Horman (4):
      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

 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 +
 6 files changed, 1059 insertions(+), 0 deletions(-)
 create mode 100644 include/openflow/openflow-1.2.h



More information about the dev mailing list