2006-01-03 02:04:38 +08:00
|
|
|
#
|
|
|
|
# TIPC configuration
|
|
|
|
#
|
|
|
|
|
2007-05-24 05:49:38 +08:00
|
|
|
menuconfig TIPC
|
2012-10-03 02:20:02 +08:00
|
|
|
tristate "The TIPC Protocol"
|
|
|
|
depends on INET
|
2006-01-03 02:04:38 +08:00
|
|
|
---help---
|
2006-01-16 23:32:18 +08:00
|
|
|
The Transparent Inter Process Communication (TIPC) protocol is
|
|
|
|
specially designed for intra cluster communication. This protocol
|
|
|
|
originates from Ericsson where it has been used in carrier grade
|
|
|
|
cluster applications for many years.
|
2010-01-20 06:23:57 +08:00
|
|
|
|
2006-01-16 23:32:18 +08:00
|
|
|
For more information about TIPC, see http://tipc.sourceforge.net.
|
2006-01-03 02:04:38 +08:00
|
|
|
|
|
|
|
This protocol support is also available as a module ( = code which
|
|
|
|
can be inserted in and removed from the running kernel whenever you
|
|
|
|
want). The module will be called tipc. If you want to compile it
|
2007-03-16 21:28:43 +08:00
|
|
|
as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
|
2006-01-03 02:04:38 +08:00
|
|
|
|
|
|
|
If in doubt, say N.
|
|
|
|
|
2013-04-17 14:18:28 +08:00
|
|
|
config TIPC_MEDIA_IB
|
|
|
|
bool "InfiniBand media type support"
|
|
|
|
depends on TIPC && INFINIBAND_IPOIB
|
|
|
|
help
|
|
|
|
Saying Y here will enable support for running TIPC on
|
|
|
|
IP-over-InfiniBand devices.
|
2015-03-05 17:23:49 +08:00
|
|
|
config TIPC_MEDIA_UDP
|
|
|
|
bool "IP/UDP media type support"
|
|
|
|
depends on TIPC
|
|
|
|
select NET_UDP_TUNNEL
|
|
|
|
help
|
|
|
|
Saying Y here will enable support for running TIPC over IP/UDP
|
|
|
|
bool
|
|
|
|
default y
|
2018-03-21 21:37:44 +08:00
|
|
|
|
|
|
|
config TIPC_DIAG
|
|
|
|
tristate "TIPC: socket monitoring interface"
|
|
|
|
depends on TIPC
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Support for TIPC socket monitoring interface used by ss tool.
|
|
|
|
If unsure, say Y.
|