]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/openvswitch/Kconfig
net: pktgen: Remove unused 'allocated_skbs' field
[mirror_ubuntu-jammy-kernel.git] / net / openvswitch / Kconfig
CommitLineData
ccb1352e
JG
1#
2# Open vSwitch
3#
4
5config OPENVSWITCH
6 tristate "Open vSwitch"
8cd4313a 7 depends on INET
2661371a 8 depends on VXLAN
a175a723 9 select LIBCRC32C
7d5f41f2 10 select MPLS
8cd4313a 11 select NET_MPLS_GSO
ccb1352e
JG
12 ---help---
13 Open vSwitch is a multilayer Ethernet switch targeted at virtualized
14 environments. In addition to supporting a variety of features
15 expected in a traditional hardware switch, it enables fine-grained
16 programmatic extension and flow-based control of the network. This
17 control is useful in a wide variety of applications but is
18 particularly important in multi-server virtualization deployments,
19 which are often characterized by highly dynamic endpoints and the
20 need to maintain logical abstractions for multiple tenants.
21
22 The Open vSwitch datapath provides an in-kernel fast path for packet
23 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
24 which is able to accept configuration from a variety of sources and
25 translate it into packet processing rules.
26
27 See http://openvswitch.org for more information and userspace
28 utilities.
29
30 To compile this code as a module, choose M here: the module will be
31 called openvswitch.
32
33 If unsure, say N.
fb825a55
PS
34
35config OPENVSWITCH_GRE
62b9c8d0 36 tristate "Open vSwitch GRE tunneling support"
fb825a55 37 depends on OPENVSWITCH
62b9c8d0
TG
38 depends on NET_IPGRE_DEMUX
39 default OPENVSWITCH
fb825a55
PS
40 ---help---
41 If you say Y here, then the Open vSwitch will be able create GRE
42 vport.
43
44 Say N to exclude this support and reduce the binary size.
45
46 If unsure, say Y.
58264848 47
f5796684 48config OPENVSWITCH_GENEVE
62b9c8d0 49 tristate "Open vSwitch Geneve tunneling support"
f5796684 50 depends on OPENVSWITCH
11e1fa46 51 depends on GENEVE_CORE
62b9c8d0 52 default OPENVSWITCH
f5796684
JG
53 ---help---
54 If you say Y here, then the Open vSwitch will be able create geneve vport.
55
56 Say N to exclude this support and reduce the binary size.