ofproto-dpif: Don't manage eviction groups from threads.
authorEthan Jackson <ethan@nicira.com>
Tue, 3 Sep 2013 22:37:14 +0000 (15:37 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 4 Sep 2013 22:55:55 +0000 (15:55 -0700)
commit448c2fa80c7ef9358179a0cdc68cf1feca782e6d
tree8976436644fa2bd7b5cd274622591680b5009318
parent70742c7f54e7f1477da81219b064f786656b4aba
ofproto-dpif: Don't manage eviction groups from threads.

Managing eviction groups from threads was going to be difficult to do
in a performant thread-safe manner, so this patch punts the problem to
the main thread.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c