2005-04-16 15:20:36 -07:00
config INFINIBAND_IPOIB
tristate "IP-over-InfiniBand"
2007-05-23 14:21:22 -07:00
depends on NETDEVICES && INET && (IPV6 || IPV6=n)
2005-04-16 15:20:36 -07:00
---help---
Support for the IP-over-InfiniBand protocol (IPoIB). This
transports IP packets over InfiniBand so you can use your IB
device as a fancy NIC.
2006-07-13 11:00:39 +03:00
See Documentation/infiniband/ipoib.txt for more information
2005-04-16 15:20:36 -07:00
2007-02-05 22:12:23 +02:00
config INFINIBAND_IPOIB_CM
bool "IP-over-InfiniBand Connected Mode support"
2008-07-24 20:37:25 -07:00
depends on INFINIBAND_IPOIB
2007-02-05 22:12:23 +02:00
default n
---help---
2008-07-24 20:37:25 -07:00
This option enables support for IPoIB connected mode. After
enabling this option, you need to switch to connected mode
through /sys/class/net/ibXXX/mode to actually create
connections, and then increase the interface MTU with
e.g. ifconfig ib0 mtu 65520.
2007-02-05 22:12:23 +02:00
2008-07-24 20:37:25 -07:00
WARNING: Enabling connected mode will trigger some packet
drops for multicast and UD mode traffic from this interface,
2007-02-05 22:12:23 +02:00
unless you limit mtu for these destinations to 2044.
2005-04-16 15:20:36 -07:00
config INFINIBAND_IPOIB_DEBUG
2011-01-20 14:44:16 -08:00
bool "IP-over-InfiniBand debugging" if EXPERT
2005-04-16 15:20:36 -07:00
depends on INFINIBAND_IPOIB
2006-04-02 14:39:19 -07:00
default y
2005-04-16 15:20:36 -07:00
---help---
This option causes debugging code to be compiled into the
IPoIB driver. The output can be turned on via the
debug_level and mcast_debug_level module parameters (which
can also be set after the driver is loaded through sysfs).
2008-07-24 20:37:25 -07:00
This option also creates a directory tree under ipoib/ in
debugfs, which contains files that expose debugging
information about IB multicast groups used by the IPoIB
driver.
2005-04-16 15:20:36 -07:00
config INFINIBAND_IPOIB_DEBUG_DATA
bool "IP-over-InfiniBand data path debugging"
depends on INFINIBAND_IPOIB_DEBUG
---help---
2006-10-03 22:36:44 +02:00
This option compiles debugging code into the data path
2005-04-16 15:20:36 -07:00
of the IPoIB driver. The output can be turned on via the
data_debug_level module parameter; however, even with output
turned off, this debugging code will have some performance
impact.