[ovs-dev] [PATCH 2/3] Definitions for Open Flow 1.2

2012-03-18 Thread Simon Horman
This is a first pass at adding include/openflow/openflow-1.2.h to include enum and struct definitions for Open Flow 1.2 that are not already covered by Open Flow 1.1. Signed-off-by: Simon Horman --- include/openflow/automake.mk |3 + include/openflow/openflow-1.2.h| 339 ++

[ovs-dev] [PATCH 1/3] Add error codes for Open Flow v1.2

2012-03-18 Thread Simon Horman
Signed-off-by: Simon Horman --- build-aux/extract-ofp-errors | 23 ++--- lib/ofp-errors.h | 101 +- 2 files changed, 115 insertions(+), 9 deletions(-) diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors index 5c3cd26

[ovs-dev] [PATCH 3/3] More Definitions for Open Flow 1.2

2012-03-18 Thread Simon Horman
This adds some more enum and struct definitions to include/openflow/openflow-1.2.h. They were omitted from the patch that created that file as they do not seem to be in keeping with the treatment of Open Flow 1.1 in include/openflow/openflow-1.1.h. That is, similar definitions are not present in in

[ovs-dev] [PATCH 0/3] Open Flow 1.2 definitions for Open vSwtich

2012-03-18 Thread Simon Horman
Hi, this short series adds enum and struct definitions for Open Flow 1.2 to Open vSwtich. None of the definitions are used yet, rather this is preliminary work that an implementation of Open Flow 1.2 could be based on. ___ dev mailing list dev@openvswitc

[ovs-dev] [PATCH] Make struct stress_option members const

2012-03-18 Thread Simon Horman
Make the name and description members of struct stress_option const as they are used to store constant strings. Signed-off-by: Simon Horman --- $ gcc --version gcc (Debian 4.6.2-4) 4.6.2 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditio