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

Ben Pfaff blp at ovn.org
Wed Jan 31 19:36:11 UTC 2018


These patches are intended for master only.

v1->v2: Rebase and fix up against concurrent changes in master.
v2->v3: Rebase and fix up against 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                              |    8 +
 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, 1431 insertions(+), 1043 deletions(-)

-- 
2.15.1



More information about the dev mailing list