kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
[deliverable/linux.git] / drivers / infiniband / ulp / ipoib / Kconfig
CommitLineData
1da177e4
LT
1config INFINIBAND_IPOIB
2 tristate "IP-over-InfiniBand"
06cc8508 3 depends on NETDEVICES && INET && (IPV6 || IPV6=n)
1da177e4
LT
4 ---help---
5 Support for the IP-over-InfiniBand protocol (IPoIB). This
6 transports IP packets over InfiniBand so you can use your IB
7 device as a fancy NIC.
8
8ddc7c53 9 See Documentation/infiniband/ipoib.txt for more information
1da177e4 10
839fcaba
MT
11config INFINIBAND_IPOIB_CM
12 bool "IP-over-InfiniBand Connected Mode support"
99c3a5a9 13 depends on INFINIBAND_IPOIB
839fcaba
MT
14 default n
15 ---help---
99c3a5a9
RD
16 This option enables support for IPoIB connected mode. After
17 enabling this option, you need to switch to connected mode
18 through /sys/class/net/ibXXX/mode to actually create
19 connections, and then increase the interface MTU with
20 e.g. ifconfig ib0 mtu 65520.
839fcaba 21
99c3a5a9
RD
22 WARNING: Enabling connected mode will trigger some packet
23 drops for multicast and UD mode traffic from this interface,
839fcaba
MT
24 unless you limit mtu for these destinations to 2044.
25
1da177e4 26config INFINIBAND_IPOIB_DEBUG
6a108a14 27 bool "IP-over-InfiniBand debugging" if EXPERT
1da177e4 28 depends on INFINIBAND_IPOIB
f5545d24 29 default y
1da177e4
LT
30 ---help---
31 This option causes debugging code to be compiled into the
32 IPoIB driver. The output can be turned on via the
33 debug_level and mcast_debug_level module parameters (which
34 can also be set after the driver is loaded through sysfs).
35
99059224
RD
36 This option also creates a directory tree under ipoib/ in
37 debugfs, which contains files that expose debugging
38 information about IB multicast groups used by the IPoIB
39 driver.
1da177e4
LT
40
41config INFINIBAND_IPOIB_DEBUG_DATA
42 bool "IP-over-InfiniBand data path debugging"
43 depends on INFINIBAND_IPOIB_DEBUG
44 ---help---
cab00891 45 This option compiles debugging code into the data path
1da177e4
LT
46 of the IPoIB driver. The output can be turned on via the
47 data_debug_level module parameter; however, even with output
48 turned off, this debugging code will have some performance
49 impact.
This page took 0.525556 seconds and 5 git commands to generate.