Re: [ovs-dev] [PATCH v6] Add basic implementation for OpenFlow 1.4 bundles

2014-05-02 Thread Ben Pfaff
On Fri, May 02, 2014 at 09:54:27AM +0300, Alexandru Copot wrote: > This is only the communication part of the bundles functionality. > The actual message pre-validation and commits are not implemented. > > We also enable OF1.4 for all the tests. > > Signed-off-by: Alexandru Copot > Cc: Daniel Ba

[ovs-dev] [PATCH v6] Add basic implementation for OpenFlow 1.4 bundles

2014-05-01 Thread Alexandru Copot
This is only the communication part of the bundles functionality. The actual message pre-validation and commits are not implemented. We also enable OF1.4 for all the tests. Signed-off-by: Alexandru Copot Cc: Daniel Baluta --- v6: * return error code for invalid inner message size v5: * fold