dpif: Eliminate "struct odp_flow_stats" from client-visible interface.
authorBen Pfaff <blp@nicira.com>
Wed, 26 Jan 2011 15:11:50 +0000 (07:11 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:38 +0000 (21:08 -0800)
commitc97fb13280c565f55ed0de7cf0bf06ffe8320b70
treec0b24d14a13526edd768dd2fe1c033c0e4c3d0ee
parentfeebdea2e5550a71c7accda936b6a55962f60a04
dpif: Eliminate "struct odp_flow_stats" from client-visible interface.

Following this commit, "struct odp_flow_stats" is 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/flow.c
lib/flow.h
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto.c
utilities/ovs-dpctl.c