1219820Sjeffconfig INFINIBAND_SDP
2219820Sjeff	tristate "Sockets Direct Protocol"
3219820Sjeff	depends on INFINIBAND && INFINIBAND_IPOIB
4219820Sjeff	---help---
5219820Sjeff	  Support for Sockets Direct Protocol (SDP).  This provides
6219820Sjeff          sockets semantics over InfiniBand via address family
7219820Sjeff          AF_INET_SDP (address family 27).  You can also LD_PRELOAD the
8219820Sjeff          libsdp library from <http://openib.org> to have standard
9219820Sjeff          sockets applications use SDP.
10219820Sjeff
11219820Sjeffconfig INFINIBAND_SDP_DEBUG
12219820Sjeff	bool "Sockets Direct Protocol debugging"
13219820Sjeff	depends on INFINIBAND_SDP
14219820Sjeff	---help---
15219820Sjeff	  This option causes debugging code to be compiled into the
16219820Sjeff	  SDP driver.  The output can be turned on via the debug_level
17219820Sjeff	  module parameter  (which can also be set through sysfs after the
18219820Sjeff	  driver is loaded).
19219820Sjeff
20219820Sjeffconfig INFINIBAND_SDP_DEBUG_DATA
21219820Sjeff        bool "Sockets Direct Protocol data path debugging"
22219820Sjeff        depends on INFINIBAND_SDP_DEBUG
23219820Sjeff        ---help---
24229461Seadler          This option compiles debugging code into the data path
25219820Sjeff          of the SDP driver.  The output can be turned on via the
26219820Sjeff          data_debug_level module parameter; however, even with output
27219820Sjeff          turned off, this debugging code will have some performance
28219820Sjeff          impact.
29