ofproto-dpif: Include datapath flow misses in flow statistics.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Dec 2011 20:40:01 +0000 (12:40 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 19 Dec 2011 22:53:06 +0000 (14:53 -0800)
commit67d91f7864372bfab901cf925865816e8c9109aa
tree555563a7d1a0b76ffb343d74a4933c7e18f2890e
parent4c57c3bcfc0c03919f26654a87eb601c5fb949aa
ofproto-dpif: Include datapath flow misses in flow statistics.

Commit 501f8d1fd75 (ofproto-dpif: Batch interacting with the dpif on flow
miss operations.) caused packets handled manually in userspace not to be
counted in flow statistics.  This patch fixes the problem.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Bug #8494.
ofproto/ofproto-dpif.c