Deleted Added
full compact
Kconfig (219820) Kconfig (226436)
1config 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

--- 7 unchanged lines hidden (view full) ---

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
20config INFINIBAND_SDP_DEBUG_DATA
21 bool "Sockets Direct Protocol data path debugging"
22 depends on INFINIBAND_SDP_DEBUG
23 ---help---
1config 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

--- 7 unchanged lines hidden (view full) ---

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
20config 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 the data path
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.
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.