[ovs-dev] [PATCH/RFC v2 0/4] Support multipart requests with multiple parts

Simon Horman horms at verge.net.au
Wed Jun 11 04:34:40 UTC 2014


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 v2 00/47] 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+

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

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 | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ofproto/ofproto.c |  72 ++++++++++------
 tests/ofproto.at  | 122 +++++++++++++++++++++++++++
 6 files changed, 445 insertions(+), 28 deletions(-)

-- 
2.0.0.rc2




More information about the dev mailing list