Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config INFINIBAND_IPOIB |
| 2 | tristate "IP-over-InfiniBand" |
Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame^] | 3 | depends on NETDEVICES && INET && (IPV6 || IPV6=n) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Or Gerlitz | 8ddc7c5 | 2006-07-13 11:00:39 +0300 | [diff] [blame] | 9 | See Documentation/infiniband/ipoib.txt for more information |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
Michael S. Tsirkin | 839fcab | 2007-02-05 22:12:23 +0200 | [diff] [blame] | 11 | config INFINIBAND_IPOIB_CM |
| 12 | bool "IP-over-InfiniBand Connected Mode support" |
| 13 | depends on INFINIBAND_IPOIB && EXPERIMENTAL |
| 14 | default n |
| 15 | ---help--- |
| 16 | This option enables experimental support for IPoIB connected mode. |
| 17 | After enabling this option, you need to switch to connected mode through |
| 18 | /sys/class/net/ibXXX/mode to actually create connections, and then increase |
| 19 | the interface MTU with e.g. ifconfig ib0 mtu 65520. |
| 20 | |
| 21 | WARNING: Enabling connected mode will trigger some |
| 22 | packet drops for multicast and UD mode traffic from this interface, |
| 23 | unless you limit mtu for these destinations to 2044. |
| 24 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | config INFINIBAND_IPOIB_DEBUG |
Roland Dreier | f5545d2 | 2006-04-02 14:39:19 -0700 | [diff] [blame] | 26 | bool "IP-over-InfiniBand debugging" if EMBEDDED |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | depends on INFINIBAND_IPOIB |
Roland Dreier | f5545d2 | 2006-04-02 14:39:19 -0700 | [diff] [blame] | 28 | default y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | ---help--- |
| 30 | This option causes debugging code to be compiled into the |
| 31 | IPoIB driver. The output can be turned on via the |
| 32 | debug_level and mcast_debug_level module parameters (which |
| 33 | can also be set after the driver is loaded through sysfs). |
| 34 | |
| 35 | This option also creates an "ipoib_debugfs," which can be |
| 36 | mounted to expose debugging information about IB multicast |
| 37 | groups used by the IPoIB driver. |
| 38 | |
| 39 | config INFINIBAND_IPOIB_DEBUG_DATA |
| 40 | bool "IP-over-InfiniBand data path debugging" |
| 41 | depends on INFINIBAND_IPOIB_DEBUG |
| 42 | ---help--- |
Matt LaPlante | cab0089 | 2006-10-03 22:36:44 +0200 | [diff] [blame] | 43 | This option compiles debugging code into the data path |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | of the IPoIB driver. The output can be turned on via the |
| 45 | data_debug_level module parameter; however, even with output |
| 46 | turned off, this debugging code will have some performance |
| 47 | impact. |