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

2014-04-11 Thread Ben Pfaff
On Fri, Apr 11, 2014 at 03:44:47PM +0300, Alexandru Copot wrote: > Thanks a lot for the feedback. You can find my answers inline. > We will get back with v4 asap. Great! There is no rush: I'll be out on vacation all next week, so I will probably not get to it quickly, even if you send the new ver

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

2014-04-11 Thread Alexandru Copot
Thanks a lot for the feedback. You can find my answers inline. We will get back with v4 asap. On Thu, Apr 10, 2014 at 9:38 PM, Ben Pfaff wrote: > On Fri, Apr 04, 2014 at 11:58:29AM +0300, Alexandru Copot wrote: >> This is only the communication part of the bundles functionality. >> The actual mes

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

2014-04-10 Thread Ben Pfaff
On Fri, Apr 04, 2014 at 11:58:29AM +0300, Alexandru Copot wrote: > This is only the communication part of the bundles functionality. > The actual message pre-validation and commits are not implemented. > > Signed-off-by: Alexandru Copot > Cc: Daniel Baluta Hi Alexandru. Thank you for the patch

[ovs-dev] [PATCH v3 1/3] Add basic implementation for OpenFlow 1.4 bundles

2014-04-04 Thread Alexandru Copot
This is only the communication part of the bundles functionality. The actual message pre-validation and commits are not implemented. Signed-off-by: Alexandru Copot Cc: Daniel Baluta --- v3: * rebase * adjusted to use ofpbuf_l3() * bug fixes v2: rebase --- lib/learning-switch.c | 2 + li