Re: [ovs-dev] [PATCH] binding: Track local datapaths even when no transaction is possible.

2016-03-07 Thread Ben Pfaff
On Mon, Mar 07, 2016 at 04:06:11PM -0500, Russell Bryant wrote: > On Mon, Mar 7, 2016 at 3:55 PM, Ben Pfaff wrote: > > > Plenty of other code depends on the set of local datapaths. Most notably, > > the lflow code will drop logical flows when their logical datapaths aren't > >

Re: [ovs-dev] [PATCH] binding: Track local datapaths even when no transaction is possible.

2016-03-07 Thread Russell Bryant
On Mon, Mar 7, 2016 at 3:55 PM, Ben Pfaff wrote: > Plenty of other code depends on the set of local datapaths. Most notably, > the lflow code will drop logical flows when their logical datapaths aren't > present locally. > > Signed-off-by: Ben Pfaff > I think this

[ovs-dev] [PATCH] binding: Track local datapaths even when no transaction is possible.

2016-03-07 Thread Ben Pfaff
Plenty of other code depends on the set of local datapaths. Most notably, the lflow code will drop logical flows when their logical datapaths aren't present locally. Signed-off-by: Ben Pfaff --- ovn/controller/binding.c | 31 --- 1 file changed, 16