dpif: Eliminate "struct odp_port" from client-visible interface.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Jan 2011 02:48:02 +0000 (18:48 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:37 +0000 (21:08 -0800)
commit4c738a8da5c73229ce0d4ab6f88d081886291f03
tree1f5adc73eaf31b0cc363bcf8966be1392d962eae
parentffeda91a477a62d267696e08103f3ac6ec9a0102
dpif: Eliminate "struct odp_port" from client-visible interface.

Following this commit, "struct odp_port" 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
ofproto/ofproto.c
utilities/ovs-dpctl.c
vswitchd/bridge.c