Re: [ovs-dev] [PATCHv4 2/2] revalidator: Revalidate missed flows.

2014-07-14 Thread Joe Stringer
On 15 July 2014 12:13, Ben Pfaff wrote: > On Tue, Jul 08, 2014 at 11:04:05AM +1200, Joe Stringer wrote: > > If the datapath doesn't dump a flow for some reason, and the current > > dump is expected to revalidate all flows in the datapath, then perform > > revalidation for those flows by fetching

Re: [ovs-dev] [PATCHv4 2/2] revalidator: Revalidate missed flows.

2014-07-14 Thread Ben Pfaff
On Tue, Jul 08, 2014 at 11:04:05AM +1200, Joe Stringer wrote: > If the datapath doesn't dump a flow for some reason, and the current > dump is expected to revalidate all flows in the datapath, then perform > revalidation for those flows by fetching them during the sweep phase. > If revalidation is

[ovs-dev] [PATCHv4 2/2] revalidator: Revalidate missed flows.

2014-07-07 Thread Joe Stringer
If the datapath doesn't dump a flow for some reason, and the current dump is expected to revalidate all flows in the datapath, then perform revalidation for those flows by fetching them during the sweep phase. If revalidation is not required, then leave the flow in the datapath and don't revalidate