Re: [ovs-dev] [PATCH 1/2] dpif: Add 'used' argument to dpif_flow_stats_extract().

2012-08-20 Thread Ethan Jackson
Looks good, thanks. Ethan On Fri, Aug 17, 2012 at 11:27 PM, Ben Pfaff wrote: > The following commit will need to use a value other than a literal > time_msec() in one case. This commit is just preparation. > > Factoring the time_msec() call out of the loop in > handle_flow_miss_without_facet()

[ovs-dev] [PATCH 1/2] dpif: Add 'used' argument to dpif_flow_stats_extract().

2012-08-17 Thread Ben Pfaff
The following commit will need to use a value other than a literal time_msec() in one case. This commit is just preparation. Factoring the time_msec() call out of the loop in handle_flow_miss_without_facet() is a really minor optimization. It isn't the main point here. Signed-off-by: Ben Pfaff