[ovs-git] Open vSwitch: datapath: omit _mod from module names (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 9 20:55:28 UTC 2012


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  9b80f761bed9a32c1b0eb22ee3361966057ea973 (commit)
      from  12bb621f563c2644ce20922e641848c35ede98c0 (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 9b80f761bed9a32c1b0eb22ee3361966057ea973
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9b80f761bed9a32c1b0eb22ee3361966057ea973
Author: Chris Wright <chrisw at sous-sol.org>
		
datapath: omit _mod from module names
		
This renames the datapath modules:

  openvswitch_mod -> openvswitch
  brcompat_mod -> brcompat

The first makes the module name consistent with upstream, and the latter
is just for internal consistency.  This makes tools, and documentation
refer to a common module name regardless if it's coming from upstream
linux or built from datapath/ as part of a local build.

Signed-off-by: Chris Wright <chrisw at sous-sol.org>
Signed-off-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 INSTALL.Linux                              |   14 +++++++-------
 INSTALL.XenServer                          |    2 +-
 INSTALL.bridge                             |    4 ++--
 NEWS                                       |    2 ++
 datapath/brcompat_main.c                   |    4 ++--
 datapath/compat.h                          |    8 ++++----
 datapath/linux/Kbuild.in                   |    4 ++--
 datapath/linux/Makefile.main.in            |    2 +-
 datapath/linux/compat/genetlink-brcompat.c |    2 +-
 datapath/vport-netdev.c                    |    2 +-
 debian/dkms.conf.in                        |    4 ++--
 utilities/ovs-ctl.8                        |    4 ++--
 utilities/ovs-ctl.in                       |   26 ++++++++++++++++----------
 vswitchd/ovs-brcompatd.8.in                |    2 +-
 vswitchd/ovs-brcompatd.c                   |    2 +-
 xenserver/openvswitch-xen.spec.in          |    8 ++++----
 16 files changed, 49 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list