[ovs-dev] [ovs-dev,v2,2/3] Add skeleton for OF1.6 support.

Ryan Moats rmoats at us.ibm.com
Sun Apr 17 22:21:53 UTC 2016


> --- Original Message ---
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  FAQ.md                             | 33 +++++++++------
>  build-aux/extract-ofp-errors       |  3 +-
>  build-aux/extract-ofp-msgs         |  3 +-
>  include/openflow/openflow-common.h |  5 ++-
>  lib/ofp-actions.c                  |  1 +
>  lib/ofp-errors.c                   |  4 +-
>  lib/ofp-msgs.c                     |  5 +++
>  lib/ofp-print.c                    |  4 ++
>  lib/ofp-util.c                     | 82 ++++++++++++++++++++++++++++++
+------
>  lib/ofp-util.h                     |  9 ++--

I believe lib/ofp-util.h needs to be changed to include/openflow/ofp-util.h

>  tests/ofp-errors.at                |  2 +
>  tests/ofproto-macros.at            |  3 +-
>  tests/ofproto.at                   | 84 ++++++++++++++++++
+-------------------
>  tests/ovs-ofctl.at                 | 18 ++++----
>  vswitchd/vswitch.ovsschema         |  7 ++--
>  vswitchd/vswitch.xml               |  5 ++-
>  16 files changed, 177 insertions(+), 91 deletions(-)

Given the above modification,

Acked-by: Ryan Moats <rmoats at us.ibm.com>



More information about the dev mailing list