Re: [ovs-dev] [thread-safety 03/11 v2] cfm: Make the CFM module thread safe.

2013-08-01 Thread Ben Pfaff
On Tue, Jul 30, 2013 at 06:46:37PM -0700, Ethan Jackson wrote: > Signed-off-by: Ethan Jackson I checked for some of the changes that I requested and I trust that you fixed the rest too. Thanks. Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch

[ovs-dev] [thread-safety 03/11 v2] cfm: Make the CFM module thread safe.

2013-07-30 Thread Ethan Jackson
Signed-off-by: Ethan Jackson --- lib/cfm.c | 210 - lib/cfm.h |3 +- ofproto/ofproto.c |3 +- ofproto/ofproto.h |2 +- vswitchd/bridge.c |2 + 5 files changed, 150 insertions(+), 70 deletions(-) diff --git a/lib