Thanks for looking this over. I took a fresh look and realised that none of
this is thread-safe.
I sent a second version for review, which runs this logic all from the main
thread:
http://openvswitch.org/pipermail/dev/2014-June/042066.html
On 24 June 2014 05:39, Ben Pfaff wrote:
> On Fri, Jun
On Fri, Jun 13, 2014 at 05:00:40PM +1200, Joe Stringer wrote:
> This allows us to remove some of the sleeps from the testsuite.
>
> Signed-off-by: Joe Stringer
> ---
> There are still two other common cases that require sleeps:
> * Waiting for handler threads to create flows.
> * Waiting for the
This allows us to remove some of the sleeps from the testsuite.
Signed-off-by: Joe Stringer
---
There are still two other common cases that require sleeps:
* Waiting for handler threads to create flows.
* Waiting for the log writer to output.
However, this at least removes a few sleeps.
---
ofp