On Thu, Feb 27, 2014 at 04:55:49PM -0800, Joe Stringer wrote:
> On 27 February 2014 15:23, Ben Pfaff wrote:
> > Datapath flow dumps can sometimes repeat or omit flows, but
> > revalidate() appears to create a new ukey if it doesn't find one
> > without making sure that a duplicate wasn't added in
On 27 February 2014 15:23, Ben Pfaff wrote:
>
> I would appreciate xpthread_*() wrappers for the barrier functions. I
> know that they shouldn't normally fail, but error checking has found
> real bugs for other types of pthread objects and it could find them
> for barriers too.
>
Sure, I can loo
On Thu, Feb 27, 2014 at 02:13:11PM -0800, Joe Stringer wrote:
> From: Ethan Jackson
>
> Previously, we had a separate flow_dumper thread that fetched flows from
> the datapath to distribute to revalidator threads. This patch takes the
> logic for dumping and pushes it into the revalidator threads
From: Ethan Jackson
Previously, we had a separate flow_dumper thread that fetched flows from
the datapath to distribute to revalidator threads. This patch takes the
logic for dumping and pushes it into the revalidator threads, resulting
in simpler code with similar performance to the current code