mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
e305ac6cf5
commit
6b001e682e
2 changed files with 33 additions and 148 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue