Re: [ovs-dev] [PATCH V2 01/11] clang: Add annotations for thread safety check.

2013-07-31 Thread Ben Pfaff
On Tue, Jul 30, 2013 at 10:17:50PM -0700, Alex Wang wrote: > Thanks Ben for your review, very glad to see this applied. > > On Tue, Jul 30, 2013 at 9:40 PM, Ben Pfaff wrote: > > > On Tue, Jul 30, 2013 at 03:31:48PM -0700, Alex Wang wrote: > > > From: Ethan Jackson > > > > > > This commit adds a

Re: [ovs-dev] [PATCH V2 01/11] clang: Add annotations for thread safety check.

2013-07-30 Thread Alex Wang
Thanks Ben for your review, very glad to see this applied. On Tue, Jul 30, 2013 at 9:40 PM, Ben Pfaff wrote: > On Tue, Jul 30, 2013 at 03:31:48PM -0700, Alex Wang wrote: > > From: Ethan Jackson > > > > This commit adds annotations for thread safety check. And the > > check can be conducted by u

Re: [ovs-dev] [PATCH V2 01/11] clang: Add annotations for thread safety check.

2013-07-30 Thread Ben Pfaff
On Tue, Jul 30, 2013 at 03:31:48PM -0700, Alex Wang wrote: > From: Ethan Jackson > > This commit adds annotations for thread safety check. And the > check can be conducted by using -Wthread-safety flag in clang. > > Co-authored-by: Alex Wang > Signed-off-by: Alex Wang > Signed-off-by: Ethan Ja