dpif: New function flow_dump_next_may_destroy_keys().
authorJoe Stringer <joestringer@nicira.com>
Thu, 27 Feb 2014 22:13:10 +0000 (14:13 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Feb 2014 22:39:21 +0000 (14:39 -0800)
commitbdeadfdd9559ca9fe6e63d3cfddc193a366390a7
treef4f12975140ba675c0e29ff6fb849b7a9523532e
parent938eaa50a637df3817ef5f356c10f3965f8226fe
dpif: New function flow_dump_next_may_destroy_keys().

This new function allows callers to determine whether previously
returned keys will be modified or reallocated on the next call to
dpif_flow_dump_next(). This will be used in a future commit to allow
batched flow deletion by revalidator threads.

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