Re: [ovs-dev] [PATCH v2 07/19] bundles: Manage bundles in connmgr.

2015-06-01 Thread Jarno Rajahalme
> On May 29, 2015, at 5:42 PM, Ben Pfaff wrote: > > On Mon, May 18, 2015 at 04:10:16PM -0700, Jarno Rajahalme wrote: >> This will make implementing commit in ofproto.c easier. >> >> Signed-off-by: Jarno Rajahalme > > Acked-by: Ben Pfaff Thanks for the review! Pushed to master, Jarno __

Re: [ovs-dev] [PATCH v2 07/19] bundles: Manage bundles in connmgr.

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:16PM -0700, Jarno Rajahalme wrote: > This will make implementing commit in ofproto.c easier. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/l

[ovs-dev] [PATCH v2 07/19] bundles: Manage bundles in connmgr.

2015-05-18 Thread Jarno Rajahalme
This will make implementing commit in ofproto.c easier. Signed-off-by: Jarno Rajahalme --- ofproto/bundles.c | 116 ++--- ofproto/bundles.h | 19 - ofproto/connmgr.c | 51 +-- ofproto/connmgr.h |6 ++- 4 files c