| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config INFINIBAND_IPOIB |
|---|
| 2 | 3 | tristate "IP-over-InfiniBand" |
|---|
| 3 | 4 | depends on NETDEVICES && INET && (IPV6 || IPV6=n) |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + help |
|---|
| 5 | 6 | Support for the IP-over-InfiniBand protocol (IPoIB). This |
|---|
| 6 | 7 | transports IP packets over InfiniBand so you can use your IB |
|---|
| 7 | 8 | device as a fancy NIC. |
|---|
| 8 | 9 | |
|---|
| 9 | | - See Documentation/infiniband/ipoib.txt for more information |
|---|
| 10 | + See Documentation/infiniband/ipoib.rst for more information |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | config INFINIBAND_IPOIB_CM |
|---|
| 12 | 13 | bool "IP-over-InfiniBand Connected Mode support" |
|---|
| 13 | 14 | depends on INFINIBAND_IPOIB |
|---|
| 14 | 15 | default n |
|---|
| 15 | | - ---help--- |
|---|
| 16 | + help |
|---|
| 16 | 17 | This option enables support for IPoIB connected mode. After |
|---|
| 17 | 18 | enabling this option, you need to switch to connected mode |
|---|
| 18 | 19 | through /sys/class/net/ibXXX/mode to actually create |
|---|
| .. | .. |
|---|
| 27 | 28 | bool "IP-over-InfiniBand debugging" if EXPERT |
|---|
| 28 | 29 | depends on INFINIBAND_IPOIB |
|---|
| 29 | 30 | default y |
|---|
| 30 | | - ---help--- |
|---|
| 31 | + help |
|---|
| 31 | 32 | This option causes debugging code to be compiled into the |
|---|
| 32 | 33 | IPoIB driver. The output can be turned on via the |
|---|
| 33 | 34 | debug_level and mcast_debug_level module parameters (which |
|---|
| .. | .. |
|---|
| 41 | 42 | config INFINIBAND_IPOIB_DEBUG_DATA |
|---|
| 42 | 43 | bool "IP-over-InfiniBand data path debugging" |
|---|
| 43 | 44 | depends on INFINIBAND_IPOIB_DEBUG |
|---|
| 44 | | - ---help--- |
|---|
| 45 | + help |
|---|
| 45 | 46 | This option compiles debugging code into the data path |
|---|
| 46 | 47 | of the IPoIB driver. The output can be turned on via the |
|---|
| 47 | 48 | data_debug_level module parameter; however, even with output |
|---|