On Thu, Feb 27, 2014 at 02:13:07PM -0800, Joe Stringer wrote:
> This patch separates the structures for thread-local flow dump state
> ("state") from the shared flow dump state ("iter") in dpif-linux and
> dpif-netdev. Future patches will make use of this to allow multiple
> threads to dump flows f
This patch separates the structures for thread-local flow dump state
("state") from the shared flow dump state ("iter") in dpif-linux and
dpif-netdev. Future patches will make use of this to allow multiple
threads to dump flows from the same flow dump operation.
Signed-off-by: Joe Stringer
---
v3