blob: c75322d820d42815cacd872e5574f1432abe695c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config INFINIBAND_IPOIB
2 tristate "IP-over-InfiniBand"
3 depends on INFINIBAND && NETDEVICES && INET
4 ---help---
5 Support for the IP-over-InfiniBand protocol (IPoIB). This
6 transports IP packets over InfiniBand so you can use your IB
7 device as a fancy NIC.
8
Or Gerlitz8ddc7c52006-07-13 11:00:39 +03009 See Documentation/infiniband/ipoib.txt for more information
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11config INFINIBAND_IPOIB_DEBUG
Roland Dreierf5545d22006-04-02 14:39:19 -070012 bool "IP-over-InfiniBand debugging" if EMBEDDED
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 depends on INFINIBAND_IPOIB
Roland Dreierf5545d22006-04-02 14:39:19 -070014 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 ---help---
16 This option causes debugging code to be compiled into the
17 IPoIB driver. The output can be turned on via the
18 debug_level and mcast_debug_level module parameters (which
19 can also be set after the driver is loaded through sysfs).
20
21 This option also creates an "ipoib_debugfs," which can be
22 mounted to expose debugging information about IB multicast
23 groups used by the IPoIB driver.
24
25config INFINIBAND_IPOIB_DEBUG_DATA
26 bool "IP-over-InfiniBand data path debugging"
27 depends on INFINIBAND_IPOIB_DEBUG
28 ---help---
Matt LaPlantecab00892006-10-03 22:36:44 +020029 This option compiles debugging code into the data path
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 of the IPoIB driver. The output can be turned on via the
31 data_debug_level module parameter; however, even with output
32 turned off, this debugging code will have some performance
33 impact.