This purpose of this patchset is to provide support for multipart requests
with more than one part. It does so in three phases:

1. Adds infrastructure for buffering multipart requests (patches 1 & 2)
2. Adds multipart request support to flow monitor requests.
   - This depends on "[PATCH v3 00/41] OF1.4 Flow Monitor".
   - I do not believe there are currently any messages merged
     into the ovs tree which should support multipart requests
     with more than one part.
3. Updates OPENFLOW-1.1+


Key change since v2
* Rebased in particular for removal of asynchronous operations


To aid review this patch-set and its dependencies are available in git at
https://github.com/horms/openvswitch.git devel/multipart-request-v3


Simon Horman (4):
  ofp-msg: Add helpers for allowing multipart requests
  connmgr: Buffer multipart requests
  ofproto: Support multipart flow monitor requests
  openflow: Multipart requests are now supported

 OPENFLOW-1.1+     |   4 -
 lib/ofp-msgs.c    |  33 ++++++++
 lib/ofp-msgs.h    |   2 +
 ofproto/connmgr.c | 243 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 ofproto/ofproto.c |  72 ++++++++++------
 tests/ofproto.at  | 122 +++++++++++++++++++++++++++
 6 files changed, 447 insertions(+), 29 deletions(-)

-- 
2.0.0.rc2

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

Reply via email to