datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.
authorJustin Pettit <jpettit@nicira.com>
Thu, 18 Aug 2011 17:35:40 +0000 (10:35 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 20 Aug 2011 05:48:23 +0000 (22:48 -0700)
commitdf2c07f4338faac04f4969f243fe4e8083b309ac
tree33d2b377ab21c76a122e656a032e340105d16ef9
parent1c313b88e1ba908b4f30ce2b3702d57e8f4d9a38
datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.

The prefix "ODP_*" is not overly descriptive in the context of the
larger Linux tree.  This commit changes the prefix to "OVS_*" for the
userpace to kernel interactions.  The userspace libraries still use
"ODP_" in many of their interfaces since it is more descriptive in the
OVS oeuvre.

Feature #6904

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
38 files changed:
datapath/actions.c
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/linux/compat/include/net/netlink.h
datapath/tunnel.c
datapath/tunnel.h
datapath/vport-capwap.c
datapath/vport-gre.c
datapath/vport-internal_dev.c
datapath/vport-netdev.c
datapath/vport-patch.c
datapath/vport.c
datapath/vport.h
include/openvswitch/datapath-protocol.h
include/openvswitch/tunnel.h
lib/dpif-linux.c
lib/dpif-linux.h
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
lib/netdev-vport.c
lib/netdev-vport.h
lib/odp-util.c
lib/odp-util.h
lib/ofp-util.c
ofproto/in-band.c
ofproto/ofproto-dpif-sflow.c
ofproto/ofproto-dpif-sflow.h
ofproto/ofproto-dpif.c
tests/odp.at
tests/test-odp.c
utilities/ovs-dpctl.c