Re: [ovs-dev] [PATCH 4/5] upcall: Delete flows that were not recently dumped.

2014-02-25 Thread Joe Stringer
Looks good. On 25 February 2014 15:53, Ben Pfaff wrote: > On Tue, Feb 11, 2014 at 01:55:35PM -0800, Joe Stringer wrote: > > Previously, we would clean up the ukeys whose flow was not seen in the > > most recent dump, while leaving the flow in the datapath. In the > > unlikely case that the data

Re: [ovs-dev] [PATCH 4/5] upcall: Delete flows that were not recently dumped.

2014-02-25 Thread Ben Pfaff
On Tue, Feb 11, 2014 at 01:55:35PM -0800, Joe Stringer wrote: > Previously, we would clean up the ukeys whose flow was not seen in the > most recent dump, while leaving the flow in the datapath. In the > unlikely case that the datapath fails to dump a flow that still exists > in the datapath, this

[ovs-dev] [PATCH 4/5] upcall: Delete flows that were not recently dumped.

2014-02-11 Thread Joe Stringer
Previously, we would clean up the ukeys whose flow was not seen in the most recent dump, while leaving the flow in the datapath. In the unlikely case that the datapath fails to dump a flow that still exists in the datapath, this would cause double-counting of those flow stats. This is currently ve