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
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,