[ovs-dev] [ovs-dev, v2, 01/23] Move ofp-parse.h to include/openvswitch directory

Ryan Moats rmoats at us.ibm.com
Thu Mar 17 13:58:27 UTC 2016


----- Original Message -----
> From: Ben Warren <ben at skyportsystems.com>
>
> Signed-off-by: Ben Warren <ben at skyportsystems.com>
> ---
>  include/openvswitch/automake.mk |   1 +
>  include/openvswitch/ofp-parse.h | 106 ++++++++++++++++++++++++++++++++++
++++++
>  lib/automake.mk                 |   1 -
>  lib/dpctl.c                     |   2 +-
>  lib/learning-switch.c           |   2 +-
>  lib/ofp-actions.c               |   2 +-
>  lib/ofp-parse.c                 |   3 +-
>  lib/ofp-parse.h                 | 106
----------------------------------------
>  ofproto/ofproto-dpif.c          |   2 +-
>  tests/test-odp.c                |   2 +-
>  utilities/ovs-dpctl.c           |   2 +-
>  utilities/ovs-ofctl.c           |   2 +-
>  utilities/ovs-testcontroller.c  |   2 +-
>  13 files changed, 116 insertions(+), 117 deletions(-)
>  create mode 100644 include/openvswitch/ofp-parse.h
>  delete mode 100644 lib/ofp-parse.h

This looks sane, but I had to turn off the dist-hook-git target
in Makefile to be able to run "make check" on it.

I don't feel like that's a complete blocker so...

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



More information about the dev mailing list