Re: [ovs-dev] [PATCHv4 6/7] dpif: New function flow_dump_next_may_destroy_keys().

2014-02-27 Thread Ben Pfaff
On Thu, Feb 27, 2014 at 02:13:10PM -0800, Joe Stringer wrote: > 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 reva

[ovs-dev] [PATCHv4 6/7] dpif: New function flow_dump_next_may_destroy_keys().

2014-02-27 Thread Joe Stringer
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 --- v3: Readded patch,