Re: [ovs-dev] [threads 24/28] vlog: Make vlog_should_drop() thread-safe.

2013-07-12 Thread Ben Pfaff
On Thu, Jul 11, 2013 at 09:26:58AM -0400, Ed Maste wrote: > On 10 July 2013 19:04, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > > Acked-by: Ed Maste Thanks, I'll apply this soon. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mail

Re: [ovs-dev] [threads 24/28] vlog: Make vlog_should_drop() thread-safe.

2013-07-11 Thread Ed Maste
On 10 July 2013 19:04, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff Acked-by: Ed Maste X-CudaMail-Whitelist-To: dev@openvswitch.org ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [threads 24/28] vlog: Make vlog_should_drop() thread-safe.

2013-07-10 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/vlog.c | 14 ++ lib/vlog.h |3 +++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/lib/vlog.c b/lib/vlog.c index b07fd91..5fa1c6c 100644 --- a/lib/vlog.c +++ b/lib/vlog.c @@ -917,6 +917,7 @@ vlog_should_drop(const struct vlog_modu