[ovs-dev] [PATCH] [ovn-controller] Add logical flow incremental processing

2016-02-09 Thread Ryan Moats
From: RYAN D. MOATS Add incremental processing of logical flows in ovn-controller by tracking changes to the match column of the Logical_Flow OVN SB table. Code is included to properly handle the order of checked sequence numbers and rechecking of rows skipped due to a logical_datapath not exist

[ovs-dev] [PATCH] [ovn-controller] Add logical flow incremental processing

2016-02-10 Thread Ryan Moats
From: RYAN D. MOATS Add incremental processing of logical flows in ovn-controller by tracking changes to the match column of the Logical_Flow OVN SB table. Code is included to properly handle the order of checked sequence numbers and rechecking of rows skipped due to a logical_datapath not exist

Re: [ovs-dev] [PATCH] [ovn-controller] Add logical flow incremental processing

2016-02-12 Thread Russell Bryant
On 02/10/2016 05:14 PM, Ryan Moats wrote: > From: RYAN D. MOATS > > Add incremental processing of logical flows in ovn-controller by > tracking changes to the match column of the Logical_Flow > OVN SB table. Code is included to properly handle the order of > checked sequence numbers and rechecki

Re: [ovs-dev] [PATCH] [ovn-controller] Add logical flow incremental processing

2016-02-15 Thread Ryan Moats
Russell Bryant wrote on 02/12/2016 01:59:27 PM: > From: Russell Bryant > To: Ryan Moats/Omaha/IBM@IBMUS, dev@openvswitch.org > Date: 02/12/2016 01:59 PM > Subject: Re: [ovs-dev] [PATCH] [ovn-controller] Add logical flow > incremental processing > > On 02/10/2016 05:14