Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1 | # |
| 2 | # TIPC configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | a31b19c | 2007-05-23 14:49:38 -0700 | [diff] [blame] | 5 | menuconfig TIPC |
Kees Cook | f887cc4 | 2012-10-02 11:20:02 -0700 | [diff] [blame] | 6 | tristate "The TIPC Protocol" |
| 7 | depends on INET |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 8 | ---help--- |
Per Liden | c11ac3f | 2006-01-16 16:32:18 +0100 | [diff] [blame] | 9 | The Transparent Inter Process Communication (TIPC) protocol is |
| 10 | specially designed for intra cluster communication. This protocol |
| 11 | originates from Ericsson where it has been used in carrier grade |
| 12 | cluster applications for many years. |
Allan Stephens | 7981d6f | 2010-01-19 14:23:57 -0800 | [diff] [blame] | 13 | |
Per Liden | c11ac3f | 2006-01-16 16:32:18 +0100 | [diff] [blame] | 14 | For more information about TIPC, see http://tipc.sourceforge.net. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 15 | |
| 16 | This protocol support is also available as a module ( = code which |
| 17 | can be inserted in and removed from the running kernel whenever you |
| 18 | want). The module will be called tipc. If you want to compile it |
Alexander E. Patrakov | 39f5fb3 | 2007-03-16 18:28:43 +0500 | [diff] [blame] | 19 | as a module, say M here and read <file:Documentation/kbuild/modules.txt>. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 20 | |
| 21 | If in doubt, say N. |
| 22 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 23 | config TIPC_PORTS |
| 24 | int "Maximum number of ports in a node" |
Paul Gortmaker | 94fc9c4 | 2012-11-21 20:11:54 -0500 | [diff] [blame] | 25 | depends on TIPC |
Allan Stephens | 7981d6f | 2010-01-19 14:23:57 -0800 | [diff] [blame] | 26 | range 127 65535 |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 27 | default "8191" |
| 28 | help |
Allan Stephens | 7981d6f | 2010-01-19 14:23:57 -0800 | [diff] [blame] | 29 | Specifies how many ports can be supported by a node. |
| 30 | Can range from 127 to 65535 ports; default is 8191. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 31 | |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 32 | Setting this to a smaller value saves some memory, |
Allan Stephens | 7981d6f | 2010-01-19 14:23:57 -0800 | [diff] [blame] | 33 | setting it to higher allows for more ports. |
Patrick McHardy | a29a194 | 2013-04-17 06:18:28 +0000 | [diff] [blame] | 34 | |
| 35 | config TIPC_MEDIA_IB |
| 36 | bool "InfiniBand media type support" |
| 37 | depends on TIPC && INFINIBAND_IPOIB |
| 38 | help |
| 39 | Saying Y here will enable support for running TIPC on |
| 40 | IP-over-InfiniBand devices. |