]> git.proxmox.com Git - mirror_ovs.git/commit - lib/dpif-netdev.c
dpif: Support flow_get in dpif_operate().
authorJoe Stringer <joestringer@nicira.com>
Tue, 12 Aug 2014 21:55:54 +0000 (09:55 +1200)
committerJoe Stringer <joestringer@nicira.com>
Wed, 13 Aug 2014 22:18:41 +0000 (10:18 +1200)
commit6fe09f8c444e4645e3d481c311272ec6178b4e58
tree52d6b4451863add3870d9cf78d095bdbb0873cda
parent6dd0eefefb5cd3e26a90b3e7d3130e97b8444ed2
dpif: Support flow_get in dpif_operate().

This cleans up the dpif interface to make it more consistent with the
other dpif operations, and allows flows to be fetched in batches.

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
ofproto/ofproto-dpif-upcall.c