ofproto: Resubmit Statistics.
authorEthan Jackson <ethan@nicira.com>
Fri, 11 Feb 2011 00:35:48 +0000 (16:35 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 18 Feb 2011 19:24:22 +0000 (11:24 -0800)
commit878ae780124c64547591e3e67371d7e5eea8fd5a
tree624d2184b7a2b8a80af61809b416a06108b7d2c1
parent3394b5b69070b0aef4fc3231ca28bdf09bc0a0d2
ofproto: Resubmit Statistics.

This patch causes statistics to be updated for rules which are
resubmitted into. Once per second statistics are queried from the
datapath and pushed along the resubmit graph (calculated on demand
from the action list).  This approach is simple, easy to understand,
and in most cases accurate.  However, when the resubmit graph
changes, it is possible that some statistics will be accounted to
the wrong rule for a short period of time.

Bug #3730.
ofproto/ofproto.c