dpif: Eliminate "struct odp_flow" from client-visible interface.
authorBen Pfaff <blp@nicira.com>
Wed, 26 Jan 2011 15:03:39 +0000 (07:03 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:38 +0000 (21:08 -0800)
commitfeebdea2e5550a71c7accda936b6a55962f60a04
tree070c10931767d19938e8a8d55951825a92d9f2c5
parentbc4a05c639ee3789d009bb6143345cf121b2d4d4
dpif: Eliminate "struct odp_flow" from client-visible interface.

Following this commit, "struct odp_flow" and related data structures are
only used in Linux-specific parts of OVS userspace code.  This allows the
actual Linux datapath interface to evolve more freely.

Reviewed by Justin Pettit.
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto.c
utilities/ovs-dpctl.c