]> git.karo-electronics.de Git - linux-beck.git/commitdiff
geneve: Rename support library as geneve_core
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 13 May 2015 16:57:28 +0000 (12:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:59:13 +0000 (15:59 -0400)
net/ipv4/geneve.c -> net/ipv4/geneve_core.c

This name better reflects the purpose of the module.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/geneve_core.c [moved from net/ipv4/geneve.c with 100% similarity]
net/openvswitch/Kconfig

index bd290160484263ba1507b8ae5b05580430fa9e56..d83071dccd7421b42360d34e5e732232e73ba024 100644 (file)
@@ -331,8 +331,8 @@ config NET_FOU_IP_TUNNELS
          When this option is enabled IP tunnels can be configured to use
          FOU or GUE encapsulation.
 
-config GENEVE
-       tristate "Generic Network Virtualization Encapsulation (Geneve)"
+config GENEVE_CORE
+       tristate "Generic Network Virtualization Encapsulation library"
        depends on INET
        select NET_UDP_TUNNEL
        ---help---
index 518c04ed666eee00f436872b97b43d224c31e111..b36236dd6014d5f01706b2b3fd0c34a7ed1e9cea 100644 (file)
@@ -56,7 +56,7 @@ obj-$(CONFIG_TCP_CONG_YEAH) += tcp_yeah.o
 obj-$(CONFIG_TCP_CONG_ILLINOIS) += tcp_illinois.o
 obj-$(CONFIG_MEMCG_KMEM) += tcp_memcontrol.o
 obj-$(CONFIG_NETLABEL) += cipso_ipv4.o
-obj-$(CONFIG_GENEVE) += geneve.o
+obj-$(CONFIG_GENEVE_CORE) += geneve_core.o
 
 obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \
                      xfrm4_output.o xfrm4_protocol.o
similarity index 100%
rename from net/ipv4/geneve.c
rename to net/ipv4/geneve_core.c
index ed6b0f8dd1bbdfa0876c3425b24c83cf4aa315a6..15840401a2ce584356a3fff7390bb11cbb8f7752 100644 (file)
@@ -59,7 +59,7 @@ config OPENVSWITCH_VXLAN
 config OPENVSWITCH_GENEVE
        tristate "Open vSwitch Geneve tunneling support"
        depends on OPENVSWITCH
-       depends on GENEVE
+       depends on GENEVE_CORE
        default OPENVSWITCH
        ---help---
          If you say Y here, then the Open vSwitch will be able create geneve vport.