dpif-netdev: Use new "ovsthread_counter" to track dp statistics.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Dec 2013 22:04:13 +0000 (14:04 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 01:10:32 +0000 (17:10 -0800)
commited27e010b9ae9f3605c56a7e3580660efce65c98
tree6b5d5a548b33d67558a24372c50976e8368ba7a5
parent9e5026938cc876c54d068d50381e84fc16397c90
dpif-netdev: Use new "ovsthread_counter" to track dp statistics.

ovsthread_counter is an abstract interface that could be implemented
different ways.  The initial implementation is simple but less than
optimally efficient.

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