Get rid of unnecessary synchronization in tables.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 20:54:01 +0000 (13:54 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 20:59:54 +0000 (13:59 -0700)
commit53e16ab6f344b4064750acd6941db0d12b6eb3a8
treedcfa1992f270a75e98894d6579ae4382e1c26a62
parentd50ae013a29dceadb205b93bc4c1fbf3c2dea120
Get rid of unnecessary synchronization in tables.

The table insert and delete functions are already fully serialized
on dp_mutex (and genl_mutex), so there's no need for them to use
additional spinlocks.
datapath/hwtable_dummy/hwtable_dummy.c
datapath/table-hash.c
datapath/table-linear.c