Don't use atomic_t for tracking table flow counts.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 20:51:02 +0000 (13:51 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 20:59:54 +0000 (13:59 -0700)
commit7d73c8bac528e3c997dcd070cf87c4383f809c4c
tree5e8f80bd621d92c4b7513e7b97a86cc2532a30d5
parent53e16ab6f344b4064750acd6941db0d12b6eb3a8
Don't use atomic_t for tracking table flow counts.

Changes to n_flows is already fully serialized by dp_mutex.
datapath/hwtable_dummy/hwtable_dummy.c
datapath/table-hash.c
datapath/table-linear.c