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

Ben Pfaff blp at ovn.org
Sat Jan 6 01:00:14 UTC 2018


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

-- 
2.10.2



More information about the dev mailing list