ofproto: Move all statistics accounting into xlate_actions().
authorEthan Jackson <ethan@nicira.com>
Wed, 13 Nov 2013 02:18:01 +0000 (18:18 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 04:21:11 +0000 (20:21 -0800)
commitd6fc5f57bb57fede0ddad2272a734a6212eda6b2
tree625070011e983561023afbe70fe1dbe3bed8ef34
parent1dfdb9b3177474aacd8b81aadf8cc6df5493d851
ofproto: Move all statistics accounting into xlate_actions().

This patch moves statistics accounting for netflow, bonding, netdev,
and mirroring inside xlate_actions().  Moving all statistics into one
place makes it very difficult to mess up.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c