dpif: Support fetching flow mask via dpif_flow_get().
authorJoe Stringer <joestringer@nicira.com>
Fri, 4 Jul 2014 08:37:12 +0000 (08:37 +0000)
committerJoe Stringer <joestringer@nicira.com>
Mon, 7 Jul 2014 21:57:17 +0000 (09:57 +1200)
commit3bdad189c91426ec7b06ae03ea573e45e06b435c
tree8dab1a36657b52ac06ad0b1720b7cd009c53520b
parent27be9423015cadb2cf808fc1bf3f1f558614c3f8
dpif: Support fetching flow mask via dpif_flow_get().

Change the interface to allow implementations to pass back a buffer, and
allow callers to specify which of actions, mask, and stats they wish to
receive. This will be used in the next commit.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h