[ovs-dev] [PATCH] ofproto: Clear packet and byte counters on flow additions.
Ben Pfaff
blp at nicira.com
Tue Aug 16 14:02:26 PDT 2011
On Tue, Aug 16, 2011 at 01:57:18PM -0700, Ethan Jackson wrote:
> When a flow is added to the flow table, its packet and byte
> counters should be reset. This patch efficiently approximates this
> behavior. It also does some minor code refactoring.
>
> Bug #3183.
Seems reasonable. Thanks.
I noticed that the comment on the 'accounted_bytes' member still
refers to an "account_cb" callback that doesn't exist anymore. I
guess it should talk about facet_account() now.
More information about the dev
mailing list