datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Jan 2011 22:40:58 +0000 (14:40 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:38 +0000 (21:08 -0800)
commitbc4a05c639ee3789d009bb6143345cf121b2d4d4
treee4e34cbfab0805f167b14c7ffc5ba47743b41bfb
parent996c1b3d7a4d6e82e1831ff8821e5fd7e1a5522c
datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.

This brings the code closer to what the Netlink interface will need to
implement.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/odp-compat.h
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
ofproto/ofproto.c