On Fri, Apr 29, 2016 at 10:13:46PM -0700, William Tu wrote:
> Helgrind is a Valgrind tool for detecting thread errors, reporting three
> classes of errors: misuses of the POSIX pthreads API, potential deadlocks
> arising from lock ordering problems, and data races -- accessing memory
> without adequate locking.  Similar to valgrind, users do "make check-helgrind"
> and results will be saved at tests/testsuite.dir/<N>/helgrind.*.
> 
> Signed-off-by: William Tu <u9012...@gmail.com>

Applied, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to