Re: [ovs-dev] [PATCH] ovn-controller: Clean up cases that lead to duplicate OF flows.

2016-07-28 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 02:11:52PM -0500, Ryan Moats wrote: > Ben Pfaff wrote on 07/28/2016 01:39:53 PM: > > > From: Ben Pfaff > > To: Ryan Moats/Omaha/IBM@IBMUS > > Cc: dev@openvswitch.org > > Date: 07/28/2016 01:40 PM > > Subject: Re: [ovs-dev] [PATCH]

Re: [ovs-dev] [PATCH] ovn-controller: Clean up cases that lead to duplicate OF flows.

2016-07-28 Thread Ryan Moats
Ben Pfaff wrote on 07/28/2016 01:39:53 PM: > From: Ben Pfaff > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: dev@openvswitch.org > Date: 07/28/2016 01:40 PM > Subject: Re: [ovs-dev] [PATCH] ovn-controller: Clean up cases that > lead to duplicate OF flows. > > On Thu, Jul 28,

Re: [ovs-dev] [PATCH] ovn-controller: Clean up cases that lead to duplicate OF flows.

2016-07-28 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 06:10:16PM +, Ryan Moats wrote: > In physical_run, there are multiple places where OF flows can be > produced each cycle. Because the desired flow table may not have > been completely cleared first, remove flows created during previous > runs before creating new flows.

[ovs-dev] [PATCH] ovn-controller: Clean up cases that lead to duplicate OF flows.

2016-07-28 Thread Ryan Moats
In physical_run, there are multiple places where OF flows can be produced each cycle. Because the desired flow table may not have been completely cleared first, remove flows created during previous runs before creating new flows. This avoid collisions. Signed-off-by: Ryan Moats