[ovs-git] Open vSwitch: datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions. (master)

dev at openvswitch.org dev at openvswitch.org
Sat Aug 20 05:48:48 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  df2c07f4338faac04f4969f243fe4e8083b309ac (commit)
      from  1c313b88e1ba908b4f30ce2b3702d57e8f4d9a38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df2c07f4338faac04f4969f243fe4e8083b309ac
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=df2c07f4338faac04f4969f243fe4e8083b309ac
Author: Justin Pettit <jpettit at nicira.com>
		
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 at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/actions.c                          |   36 +-
 datapath/datapath.c                         |  614 +++++++++++++-------------
 datapath/datapath.h                         |   14 +-
 datapath/dp_notify.c                        |    2 +-
 datapath/dp_sysfs_dp.c                      |    4 +-
 datapath/dp_sysfs_if.c                      |    2 +-
 datapath/flow.c                             |  192 +++++-----
 datapath/flow.h                             |   16 +-
 datapath/linux/compat/include/net/netlink.h |    6 +-
 datapath/tunnel.c                           |   62 ++--
 datapath/tunnel.h                           |    2 +-
 datapath/vport-capwap.c                     |    2 +-
 datapath/vport-gre.c                        |    2 +-
 datapath/vport-internal_dev.c               |    2 +-
 datapath/vport-netdev.c                     |    2 +-
 datapath/vport-patch.c                      |   18 +-
 datapath/vport.c                            |    6 +-
 datapath/vport.h                            |   10 +-
 include/openvswitch/datapath-protocol.h     |  406 +++++++++---------
 include/openvswitch/tunnel.h                |   24 +-
 lib/dpif-linux.c                            |  444 ++++++++++----------
 lib/dpif-linux.h                            |   18 +-
 lib/dpif-netdev.c                           |   62 ++--
 lib/dpif-provider.h                         |   16 +-
 lib/dpif.c                                  |   16 +-
 lib/dpif.h                                  |    6 +-
 lib/netdev-vport.c                          |  130 +++---
 lib/netdev-vport.h                          |    2 +-
 lib/odp-util.c                              |  355 ++++++++--------
 lib/odp-util.h                              |   32 +-
 lib/ofp-util.c                              |    2 +-
 ofproto/in-band.c                           |    6 +-
 ofproto/ofproto-dpif-sflow.c                |    6 +-
 ofproto/ofproto-dpif-sflow.h                |    4 +-
 ofproto/ofproto-dpif.c                      |   74 ++--
 tests/odp.at                                |    2 +-
 tests/test-odp.c                            |    2 +-
 utilities/ovs-dpctl.c                       |    2 +-
 38 files changed, 1304 insertions(+), 1297 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list