Re: [ovs-dev] Thread-Safety Annotations When Locks Are Not Always Taken

2013-08-23 Thread Simon Horman
On Fri, Aug 23, 2013 at 09:10:20AM -0700, Ben Pfaff wrote: > On Fri, Aug 23, 2013 at 05:43:25PM +1000, Simon Horman wrote: > > I am wondering if it is expected for the following warnings to show up > > when functions do not always take locks. > > Yes, until someone reviews my patches that fix the

Re: [ovs-dev] Thread-Safety Annotations When Locks Are Not Always Taken

2013-08-23 Thread Ben Pfaff
On Fri, Aug 23, 2013 at 05:43:25PM +1000, Simon Horman wrote: > I am wondering if it is expected for the following warnings to show up > when functions do not always take locks. Yes, until someone reviews my patches that fix the Clang annotations: http://patchwork.openvswitch.org/patch/106

[ovs-dev] Thread-Safety Annotations When Locks Are Not Always Taken

2013-08-23 Thread Simon Horman
Hi Ethan, I am wondering if it is expected for the following warnings to show up when functions do not always take locks. The reason that I as is that I am planning to use a similar scheme in conjunction with a revised version of the recirculation code that I am working on to take into account yo