IPoIB/cm: Connected mode is no longer EXPERIMENTAL

Connected mode is now tested and used by lots of people. No need to
hide it under CONFIG_EXPERIMENTAL.

Signed-off-by: Roland Dreier <rolandd@cisco.com>

+8 -7
+8 -7
drivers/infiniband/ulp/ipoib/Kconfig
··· 11 12 config INFINIBAND_IPOIB_CM 13 bool "IP-over-InfiniBand Connected Mode support" 14 - depends on INFINIBAND_IPOIB && EXPERIMENTAL 15 default n 16 ---help--- 17 - This option enables experimental support for IPoIB connected mode. 18 - After enabling this option, you need to switch to connected mode through 19 - /sys/class/net/ibXXX/mode to actually create connections, and then increase 20 - the interface MTU with e.g. ifconfig ib0 mtu 65520. 21 22 - WARNING: Enabling connected mode will trigger some 23 - packet drops for multicast and UD mode traffic from this interface, 24 unless you limit mtu for these destinations to 2044. 25 26 config INFINIBAND_IPOIB_DEBUG
··· 11 12 config INFINIBAND_IPOIB_CM 13 bool "IP-over-InfiniBand Connected Mode support" 14 + depends on INFINIBAND_IPOIB 15 default n 16 ---help--- 17 + This option enables support for IPoIB connected mode. After 18 + enabling this option, you need to switch to connected mode 19 + through /sys/class/net/ibXXX/mode to actually create 20 + connections, and then increase the interface MTU with 21 + e.g. ifconfig ib0 mtu 65520. 22 23 + WARNING: Enabling connected mode will trigger some packet 24 + drops for multicast and UD mode traffic from this interface, 25 unless you limit mtu for these destinations to 2044. 26 27 config INFINIBAND_IPOIB_DEBUG