Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Don't manage eviction groups from threads.

2013-09-04 Thread Ethan Jackson
Good point, I went ahead and ditched he comment. If we need to improve this in future, we'll do it. Ethan On Wed, Sep 4, 2013 at 2:40 PM, Ben Pfaff wrote: > On Wed, Sep 04, 2013 at 12:37:35PM -0700, Ethan Jackson wrote: >> Managing eviction groups from threads was going to be difficult to do >>

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Don't manage eviction groups from threads.

2013-09-04 Thread Ben Pfaff
On Wed, Sep 04, 2013 at 12:37:35PM -0700, Ethan Jackson wrote: > 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 I think that the comment is slightly

[ovs-dev] [PATCH 2/3] ofproto-dpif: Don't manage eviction groups from threads.

2013-09-04 Thread Ethan Jackson
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 --- ofproto/ofproto-dpif.c |2 +- ofproto/ofproto-provider.h |2 +- ofproto/ofproto.c |