Rename "odp" to "xflow".
authorBen Pfaff <blp@nicira.com>
Thu, 1 Apr 2010 23:45:39 +0000 (16:45 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 1 Apr 2010 23:54:55 +0000 (16:54 -0700)
commit4813b2abc2cf90ab3351d3c23853538fc4618a02
treed7b92d56d2a685cfa9e45ea742d9b25c29bc6dcd
parenta6bd7a4744f899097c476631e4c4f2b557e5588a
Rename "odp" to "xflow".

In an upcoming commit we will have two layers of datapaths: a high-level
datapath that supports wildcards and a low-level datapath that only
supports exact-match flows.  This is confusing enough without the two
layers having similar names.  This commit attempts to fix the naming
problem in advance, by renaming the exact-match only layer from "odp"
to "xflow" (which stands for "exact-match flow").
47 files changed:
SubmittingPatches
datapath/actions.c
datapath/actions.h
datapath/datapath.c
datapath/datapath.h
datapath/dp_notify.c
datapath/dp_sysfs_dp.c
datapath/dp_sysfs_if.c
datapath/flow.c
datapath/flow.h
datapath/table.c
include/openvswitch/automake.mk
include/openvswitch/datapath-protocol.h [deleted file]
include/openvswitch/xflow.h [new file with mode: 0644]
lib/automake.mk
lib/dpif-netdev.c [deleted file]
lib/dpif.h [deleted file]
lib/flow.c
lib/flow.h
lib/rtnetlink.c
lib/vconn.c
lib/vlog-modules.def
lib/xfif-linux.c [moved from lib/dpif-linux.c with 58% similarity]
lib/xfif-netdev.c [new file with mode: 0644]
lib/xfif-provider.h [moved from lib/dpif-provider.h with 61% similarity]
lib/xfif.c [moved from lib/dpif.c with 58% similarity]
lib/xfif.h [new file with mode: 0644]
lib/xfif.man [moved from lib/dpif.man with 100% similarity]
lib/xflow-util.c [moved from lib/odp-util.c with 77% similarity]
lib/xflow-util.h [moved from lib/odp-util.h with 53% similarity]
ofproto/discovery.c
ofproto/discovery.h
ofproto/fail-open.c
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto-sflow.c
ofproto/ofproto-sflow.h
ofproto/ofproto.c
ofproto/ofproto.h
ofproto/pinsched.c
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c
utilities/ovs-openflowd.8.in
utilities/ovs-openflowd.c
vswitchd/bridge.c
vswitchd/ovs-vswitchd.c