dpif-netdev: Use ovsthread_stats for flow stats.
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jan 2014 00:03:10 +0000 (16:03 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 19 Mar 2014 14:48:42 +0000 (07:48 -0700)
commit679ba04cab922f230d6694e4c9fcf2e158b6a9e9
tree2b982f68356278199eef9e7cb158e35643bcfd3e
parent51852a57a03f1e14e10601e2c8a9ef8bca224b24
dpif-netdev: Use ovsthread_stats for flow stats.

This should scale better than a single mutex, though still not
ideally.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
lib/dpif-netdev.c