ofproto: Make current packet counts more accurate.
authorJesse Gross <jesse@nicira.com>
Fri, 14 Aug 2009 20:47:28 +0000 (13:47 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 8 Oct 2009 20:49:42 +0000 (13:49 -0700)
commitb3137fe852171f8e87a49ef0939a52d91ea09720
treea9d295a2bdbdf0176e32e5672f2697f7005bea1b
parent97b7b2f410e487f59ae3690213cfc8de0c8b88fb
ofproto: Make current packet counts more accurate.

When the stats for a currently active flow are requested this
ensures that the packets not handled by the kernel are counted
immediately.  Before, these packets would only be counted once
the kernel flow expired and the counts were combined.
secchan/ofproto.c