Thanks for pointing that out.  I sent out v2:
        https://patchwork.ozlabs.org/project/openvswitch/list/?series=23063

On Fri, Jan 12, 2018 at 02:19:40PM -0600, Mark Michelson wrote:
> Hi Ben,
> 
> I tried to give this patch series a test, but it did not compile. I believe
> it's just because master has had new content added to lib/ofp-actions.c
> since you created this patchset.
> 
> Mark
> 
> On 01/05/2018 07:00 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.
> >
> >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                 | 1147 
> > +++++++++++++++----------------------
> >  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, 1426 insertions(+), 1028 deletions(-)
> >
> 
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to