On Thu, Jan 10, 2019 at 07:22:11PM +0000, Justin Pettit wrote: > > > On Aug 30, 2018, at 1:00 PM, Ben Pfaff <[email protected]> wrote: > > > > OpenFlow has a concept of multipart messages, that is, messages that can be > > broken into multiple pieces that are sent separately. Before OpenFlow 1.3, > > only replies could actually have multiple pieces. OpenFlow 1.3 introduced > > the idea that requests could have multiple pieces. This is only useful for > > multipart requests that take an array as part of the request, which amounts > > to only flow monitoring requests and table features requests. So far, OVS > > hasn't implemented the multipart versions of these (it just reports an > > error). This commit introduces the necessary infastructure to implement > > them properly. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > Acked-by: Justin Pettit <[email protected]>
Thanks. I applied this to master. Now, what about patches 7 and 8? Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
