Re: [ovs-dev] [PATCH v5 1/2] Add basic implementation for OpenFlow 1.4 bundles

2014-05-01 Thread Ben Pfaff
On Thu, May 01, 2014 at 01:22:19PM +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 v5 1/2] 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 --- v5: * fold tests patch * add ofputil_encode_bundle_add() * remo