diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2015-08-26 23:46:53 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-27 15:42:47 -0700 |
commit | 6b001e682e90d7edf21f93687f5c3b39d412ad6c (patch) | |
tree | 58e9c710586aa2442638ef29d8f7d9c6f5a2e998 /net/openvswitch/Kconfig | |
parent | e305ac6cf5a1e1386aedce7ef9cb773635d5845c (diff) | |
download | linux-stable-6b001e682e90d7edf21f93687f5c3b39d412ad6c.tar.gz linux-stable-6b001e682e90d7edf21f93687f5c3b39d412ad6c.tar.bz2 linux-stable-6b001e682e90d7edf21f93687f5c3b39d412ad6c.zip |
openvswitch: Use Geneve device.
With help of tunnel metadata mode OVS can directly use
Geneve devices to implement Geneve tunnels.
This patch removes all of the OVS specific Geneve code
and make OVS use a Geneve net_device. Basic geneve vport
is still there to handle compatibility with current
userspace application.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Reviewed-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/Kconfig')
-rw-r--r-- | net/openvswitch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig index 98f343d0d6dd..af7cdef42066 100644 --- a/net/openvswitch/Kconfig +++ b/net/openvswitch/Kconfig @@ -70,7 +70,7 @@ config OPENVSWITCH_VXLAN config OPENVSWITCH_GENEVE tristate "Open vSwitch Geneve tunneling support" depends on OPENVSWITCH - depends on GENEVE_CORE + depends on GENEVE default OPENVSWITCH ---help--- If you say Y here, then the Open vSwitch will be able create geneve vport. |