]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/ofed/drivers/infiniband/ulp/sdp/Kconfig
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / ofed / drivers / infiniband / ulp / sdp / Kconfig
1 config INFINIBAND_SDP
2         tristate "Sockets Direct Protocol"
3         depends on INFINIBAND && INFINIBAND_IPOIB
4         ---help---
5           Support for Sockets Direct Protocol (SDP).  This provides
6           sockets semantics over InfiniBand via address family
7           AF_INET_SDP (address family 27).  You can also LD_PRELOAD the
8           libsdp library from <http://openib.org> to have standard
9           sockets applications use SDP.
10
11 config INFINIBAND_SDP_DEBUG
12         bool "Sockets Direct Protocol debugging"
13         depends on INFINIBAND_SDP
14         ---help---
15           This option causes debugging code to be compiled into the
16           SDP driver.  The output can be turned on via the debug_level
17           module parameter  (which can also be set through sysfs after the
18           driver is loaded).
19
20 config INFINIBAND_SDP_DEBUG_DATA
21         bool "Sockets Direct Protocol data path debugging"
22         depends on INFINIBAND_SDP_DEBUG
23         ---help---
24           This option compiles debugging code into the data path
25           of the SDP driver.  The output can be turned on via the
26           data_debug_level module parameter; however, even with output
27           turned off, this debugging code will have some performance
28           impact.