[ovs-dev] [PATCH v2 0/3] support table names in CLI

Mark Michelson mmichels at redhat.com
Mon Jan 15 20:49:09 UTC 2018


Hi Ben,

For the series:
Acked-by: Mark Michelson <mmichels at redhat.com>

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(-)
> 



More information about the dev mailing list