Re: [ovs-dev] [PATCH 1/8] ofproto-dpif-xlate: Maintain a pointer to struct dpif.

2013-08-05 Thread Ben Pfaff
On Sat, Aug 03, 2013 at 06:42:03PM -0700, Ethan Jackson wrote: > This allows us to move some minor functionality from ofproto-dpif to > ofproto-dpif-xlate, where it's easier to ensure it's thread safe. > > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff

[ovs-dev] [PATCH 1/8] ofproto-dpif-xlate: Maintain a pointer to struct dpif.

2013-08-03 Thread Ethan Jackson
This allows us to move some minor functionality from ofproto-dpif to ofproto-dpif-xlate, where it's easier to ensure it's thread safe. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c | 25 ++--- ofproto/ofproto-dpif-xlate.h | 10 ++ ofproto/ofproto-d