These patches prepare for the asynchronous OFPT_FLOW_MOD support
that I plan to send out later this week.

Ben Pfaff (8):
  ofproto: Correctly fill in table_id in NXST_FLOW replies.
  openflow: Merge ofp_stats_request and ofp_stats_reply.
  openflow: Remove 'body' member from struct ofp_stats_msg.
  openflow: Merge ofp_flow_stats_request and
    ofp_aggregate_stats_request.
  nicira-ext: Separate nx_aggregate_stats_reply from
    ofp_aggregate_stats_reply.
  openflow: Make stats replies more like other OpenFlow messages.
  ofproto: Better abstract aggregate stats encoding and decoding.
  ofproto: Better abstract flow stats encoding.

 include/openflow/nicira-ext.h |   16 +-
 include/openflow/openflow.h   |   93 +++++-----
 lib/ofp-print.c               |   47 ++---
 lib/ofp-util.c                |  269 ++++++++++++++++++++++------
 lib/ofp-util.h                |   27 +++-
 lib/ofpbuf.c                  |   10 +
 lib/ofpbuf.h                  |    1 +
 lib/vconn.h                   |    2 +-
 ofproto/connmgr.c             |   13 ++
 ofproto/connmgr.h             |    1 +
 ofproto/ofproto.c             |  402 +++++++++--------------------------------
 utilities/ovs-ofctl.c         |   11 +-
 12 files changed, 420 insertions(+), 472 deletions(-)

-- 
1.7.4.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to