I just noticed these acks.  No need for individual acks.  Thank you for
the reviews.  Since I sent out v3 already, I'll give it a few days and
then apply this if there are no further comments.

On Mon, Jan 15, 2018 at 02:49:09PM -0600, Mark Michelson wrote:
> Hi Ben,
> 
> For the series:
> Acked-by: Mark Michelson <[email protected]>
> 
> If you need me to add my ack to each individual patch, I can. Thanks for the
> nice functionality.
> 
> On 01/12/2018 02:57 PM, Ben Pfaff wrote:
> >These patches are not intended to be applied until we've branched for 2.9,
> >since I didn't finish or send them out in time for 2.9.
> >
> >v1->v2: Rebase and fix up against concurrent changes in master.
> >
> >Ben Pfaff (3):
> >   ofp-actions: Make formatting and parsing functions take a struct
> >     argument.
> >   ofp-util: New data structure for mapping between table names and
> >     numbers.
> >   Support accepting and displaying table names in OVS tools.
> >
> >  NEWS                              |   11 +
> >  include/openvswitch/ofp-actions.h |   34 +-
> >  include/openvswitch/ofp-parse.h   |   20 +-
> >  include/openvswitch/ofp-print.h   |   12 +-
> >  include/openvswitch/ofp-util.h    |   41 +-
> >  lib/learn.c                       |   20 +-
> >  lib/learn.h                       |    6 +-
> >  lib/learning-switch.c             |    2 +-
> >  lib/ofp-actions.c                 | 1170 
> > +++++++++++++++----------------------
> >  lib/ofp-parse.c                   |  104 +++-
> >  lib/ofp-print.c                   |  242 +++++---
> >  lib/ofp-util.c                    |  255 ++++++--
> >  lib/vconn.c                       |   10 +-
> >  ofproto/ofproto-dpif-trace.c      |    8 +-
> >  ofproto/ofproto-dpif-xlate.c      |   12 +-
> >  ofproto/ofproto-dpif.c            |    4 +-
> >  ofproto/ofproto.c                 |    5 +-
> >  ovn/controller/ofctrl.c           |   15 +-
> >  ovn/controller/pinctrl.c          |    2 +-
> >  ovn/utilities/ovn-sbctl.c         |    5 +-
> >  ovn/utilities/ovn-trace.c         |    2 +-
> >  tests/ofproto.at                  |   89 ++-
> >  tests/test-ovn.c                  |    3 +-
> >  utilities/ovs-ofctl.8.in          |   90 +--
> >  utilities/ovs-ofctl.c             |  313 ++++++++--
> >  utilities/ovs-testcontroller.c    |    2 +-
> >  26 files changed, 1434 insertions(+), 1043 deletions(-)
> >
> 
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to