Here's the second version of this patch series, which fixes the
shortcomings I mentioned in the commit messages for the first
series.  The first four patches from the first version have
already been applied to master, so they are not included here.
There are a few new patches not in the first series which I
added as I noticed various bits that could use improvement.

Thanks,

Ben.

Ben Pfaff (12):
  ofp-print: Print out_port field in "flow_mod"s.
  ofproto: Mark some function parameters const.
  ofproto: Finalize all ofoperations in a given ofgroup at the same
    time.
  classifier: New function cls_rule_is_loose_match().
  ofp-print: Slightly extend ofp_print_bit_names().
  ofp-util: Make put_stats__() public as ofputil_put_stats_header().
  Add OFPRR_EVICTION to enum ofp_flow_removed_reason.
  rconn: Add byte counting feature to rconn_packet_counter.
  ofproto: Revert change in flow cookie when an ofoperation fails.
  ofproto: Represent flow cookie changes as operations too.
  ofproto: Add extra comments and checking for expiring a pending rule.
  ofproto: New feature to notify controllers of flow table changes.

 NEWS                               |    2 +
 include/openflow/nicira-ext.h      |  241 +++++++++++++++-
 include/openflow/openflow-common.h |    3 +-
 lib/classifier.c                   |   76 +++--
 lib/classifier.h                   |    3 +
 lib/learning-switch.c              |    5 +
 lib/ofp-errors.h                   |   15 +-
 lib/ofp-parse.c                    |   62 ++++
 lib/ofp-parse.h                    |    4 +
 lib/ofp-print.c                    |  174 ++++++++++-
 lib/ofp-util.c                     |  301 ++++++++++++++++++-
 lib/ofp-util.h                     |   53 ++++-
 lib/rconn.c                        |   36 ++-
 lib/rconn.h                        |   15 +-
 ofproto/connmgr.c                  |  262 ++++++++++++++++-
 ofproto/connmgr.h                  |   32 ++
 ofproto/ofproto-dpif.c             |    5 +
 ofproto/ofproto-provider.h         |   14 +
 ofproto/ofproto.c                  |  591 +++++++++++++++++++++++++++++-------
 tests/ofp-print.at                 |   67 ++++-
 tests/ofproto.at                   |  130 ++++++++
 utilities/ovs-ofctl.8.in           |   39 +++-
 utilities/ovs-ofctl.c              |  100 ++++++-
 23 files changed, 2016 insertions(+), 214 deletions(-)

-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to