]> git.proxmox.com Git - mirror_ovs.git/commit - lib/dpif.c
dpif: Support fetching flow mask via dpif_flow_get().
authorJoe Stringer <joestringer@nicira.com>
Tue, 8 Jul 2014 07:04:04 +0000 (07:04 +0000)
committerJoe Stringer <joestringer@nicira.com>
Tue, 15 Jul 2014 03:49:06 +0000 (15:49 +1200)
commit781fce1574055d194fe95ed95314a464acc963d3
treebf1b5aba3c5071b0d804455578b8c0b2c11d72c3
parentbdb2e73bb1c5a9e7488ba6385580f267fbb030e0
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