ofproto-dpif: Keep subfacet "used" times more up-to-date.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Apr 2012 21:15:15 +0000 (14:15 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Apr 2012 03:28:09 +0000 (20:28 -0700)
commit8017806940cfeaba963d6a6f51ae7573cbea6792
tree7ea5ecc2e6aae21bae6bb7ccc58f68b11b2594fa
parent8d25d9a254786eeb164f4fe4cef28b07378afaa2
ofproto-dpif: Keep subfacet "used" times more up-to-date.

handle_flow_miss() didn't update subfacet "used" times for packets
processed by userspace.  This commit fixes the problem.

Found by inspection.  I didn't verify the bug in testing.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif.c