dpif: Separate local and shared flow dump state.
authorJoe Stringer <joestringer@nicira.com>
Thu, 27 Feb 2014 22:13:07 +0000 (14:13 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Feb 2014 22:27:32 +0000 (14:27 -0800)
commite723fd32d5d5d8d06c3235d2bc8e9142edcca524
treedd07fb8a703439f3957e8e94fa33cfb9837fd57a
parent0672776e58770464a4b5ae356356e164b8db58d0
dpif: Separate local and shared flow dump state.

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 <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h