| 
									
										
										
										
											2006-01-02 19:04:38 +01:00
										 |  |  | # | 
					
						
							|  |  |  | # TIPC configuration | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-05-23 14:49:38 -07:00
										 |  |  | menuconfig TIPC | 
					
						
							| 
									
										
										
										
											2012-10-02 11:20:02 -07:00
										 |  |  | 	tristate "The TIPC Protocol" | 
					
						
							|  |  |  | 	depends on INET | 
					
						
							| 
									
										
										
										
											2006-01-02 19:04:38 +01:00
										 |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2006-01-16 16:32:18 +01: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-19 14:23:57 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-16 16:32:18 +01:00
										 |  |  | 	  For more information about TIPC, see http://tipc.sourceforge.net. | 
					
						
							| 
									
										
										
										
											2006-01-02 19:04:38 +01: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 18:28:43 +05:00
										 |  |  | 	  as a module, say M here and read <file:Documentation/kbuild/modules.txt>. | 
					
						
							| 
									
										
										
										
											2006-01-02 19:04:38 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	  If in doubt, say N. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config TIPC_PORTS | 
					
						
							|  |  |  | 	int "Maximum number of ports in a node" | 
					
						
							| 
									
										
										
										
											2012-11-21 20:11:54 -05:00
										 |  |  | 	depends on TIPC | 
					
						
							| 
									
										
										
										
											2010-01-19 14:23:57 -08:00
										 |  |  | 	range 127 65535 | 
					
						
							| 
									
										
										
										
											2006-01-02 19:04:38 +01:00
										 |  |  | 	default "8191" | 
					
						
							|  |  |  | 	help | 
					
						
							| 
									
										
										
										
											2010-01-19 14:23:57 -08:00
										 |  |  | 	  Specifies how many ports can be supported by a node. | 
					
						
							|  |  |  | 	  Can range from 127 to 65535 ports; default is 8191. | 
					
						
							| 
									
										
										
										
											2006-01-02 19:04:38 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-31 18:59:32 +00:00
										 |  |  | 	  Setting this to a smaller value saves some memory, | 
					
						
							| 
									
										
										
										
											2010-01-19 14:23:57 -08:00
										 |  |  | 	  setting it to higher allows for more ports. | 
					
						
							| 
									
										
										
										
											2013-04-17 06:18:28 +00: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. |