Re: [ovs-dev] [PATCH 4/7] ofproto-dpif-upcall: Intialize dump-seq of new flow to zero

2017-03-05 Thread Jan Scheurich
> > This forces updating of flow stat at the next re-validation, even for > > flows that are being created when the revalidation has already commenced. > > > > It enables reliable testing of fast path flow stats using ovs-appctl > > time/warp after flow creation. > > > > Signed-off-by: Jan

Re: [ovs-dev] [PATCH 4/7] ofproto-dpif-upcall: Intialize dump-seq of new flow to zero

2017-03-03 Thread Ben Pfaff
On Fri, Feb 03, 2017 at 10:40:20AM +, Jan Scheurich wrote: > This forces updating of flow stat at the next re-validation, even for > flows that are being created when the revalidation has already commenced. > > It enables reliable testing of fast path flow stats using ovs-appctl > time/warp

[ovs-dev] [PATCH 4/7] ofproto-dpif-upcall: Intialize dump-seq of new flow to zero

2017-02-03 Thread Jan Scheurich
This forces updating of flow stat at the next re-validation, even for flows that are being created when the revalidation has already commenced. It enables reliable testing of fast path flow stats using ovs-appctl time/warp after flow creation. Signed-off-by: Jan Scheurich