Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (dcdede0406d30e14a6ed727dce69dfac0518371d) |
---|---|
1 2config RDS 3 tristate "The RDS Protocol" 4 depends on INET 5 ---help--- 6 The RDS (Reliable Datagram Sockets) protocol provides reliable, | 1 2config RDS 3 tristate "The RDS Protocol" 4 depends on INET 5 ---help--- 6 The RDS (Reliable Datagram Sockets) protocol provides reliable, |
7 sequenced delivery of datagrams over Infiniband, iWARP, 8 or TCP. | 7 sequenced delivery of datagrams over Infiniband or TCP. |
9 10config RDS_RDMA | 8 9config RDS_RDMA |
11 tristate "RDS over Infiniband and iWARP" | 10 tristate "RDS over Infiniband" |
12 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS 13 ---help--- | 11 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS 12 ---help--- |
14 Allow RDS to use Infiniband and iWARP as a transport. | 13 Allow RDS to use Infiniband as a transport. |
15 This transport supports RDMA operations. 16 17config RDS_TCP 18 tristate "RDS over TCP" 19 depends on RDS 20 ---help--- 21 Allow RDS to use TCP as a transport. 22 This transport does not support RDMA operations. 23 24config RDS_DEBUG 25 bool "RDS debugging messages" 26 depends on RDS 27 default n 28 | 14 This transport supports RDMA operations. 15 16config RDS_TCP 17 tristate "RDS over TCP" 18 depends on RDS 19 ---help--- 20 Allow RDS to use TCP as a transport. 21 This transport does not support RDMA operations. 22 23config RDS_DEBUG 24 bool "RDS debugging messages" 25 depends on RDS 26 default n 27 |