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:55:55 +0000 (14:55 -0800)
commit530e7c1c40a425136ab2e1ab5211f95e12f26f64
treefdef0fdb66fbf7ae6ff54486690de917c12a6827
parent074d97c5d78323a1ae7f4b345648a1397e42e04b
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