datapath: omit _mod from module names
authorChris Wright <chrisw@sous-sol.org>
Fri, 9 Mar 2012 17:55:45 +0000 (09:55 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 9 Mar 2012 19:20:54 +0000 (11:20 -0800)
commit9b80f761bed9a32c1b0eb22ee3361966057ea973
treee95be69fa54756f059acd2d2475e58f390424f8a
parent12bb621f563c2644ce20922e641848c35ede98c0
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@sous-sol.org>
Signed-off-by: Jesse Gross <jesse@nicira.com>
16 files changed:
INSTALL.Linux
INSTALL.XenServer
INSTALL.bridge
NEWS
datapath/brcompat_main.c
datapath/compat.h
datapath/linux/Kbuild.in
datapath/linux/Makefile.main.in
datapath/linux/compat/genetlink-brcompat.c
datapath/vport-netdev.c
debian/dkms.conf.in
utilities/ovs-ctl.8
utilities/ovs-ctl.in
vswitchd/ovs-brcompatd.8.in
vswitchd/ovs-brcompatd.c
xenserver/openvswitch-xen.spec.in