[ovs-dev] [next3 0/4] add multiple table support

Ben Pfaff blp at nicira.com
Wed Apr 27 21:36:58 UTC 2011


This series, which follows the 'next' and 'next2' series, adds
the multiple table support that was previously on just the wdp
branch.

Ben Pfaff (4):
  ofproto: Fix number of reported tables in OFPT_FEATURES_REPLY
    message.
  PORTING: Describe usage of ovs_be<N>.
  ofproto: Drop ofproto_rule_lookup().
  Implement basic multiple table support.

 PORTING                       |    6 +
 include/openflow/nicira-ext.h |   62 ++++++++-
 lib/learning-switch.c         |    1 +
 lib/ofp-parse.c               |   34 +++--
 lib/ofp-parse.h               |    9 +-
 lib/ofp-print.c               |   16 ++-
 lib/ofp-util.c                |   75 +++++++++--
 lib/ofp-util.h                |   10 +-
 ofproto/connmgr.c             |   20 +++
 ofproto/connmgr.h             |    3 +
 ofproto/ofproto-dpif.c        |   58 ++++++++-
 ofproto/ofproto.c             |  295 ++++++++++++++++++++++++++++------------
 ofproto/private.h             |   79 ++++++++++--
 tests/ofproto.at              |    4 +-
 tests/ovs-ofctl.at            |    7 +-
 utilities/ovs-controller.c    |    7 +-
 utilities/ovs-ofctl.8.in      |   27 +++-
 utilities/ovs-ofctl.c         |   27 +++-
 18 files changed, 577 insertions(+), 163 deletions(-)

-- 
1.7.4.4




More information about the dev mailing list