]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/rds/Kconfig
scm: lower SCM_MAX_FD
[net-next-2.6.git] / net / rds / Kconfig
CommitLineData
fe17f84f
AG
1
2config RDS
40d86609
AG
3 tristate "The RDS Protocol (EXPERIMENTAL)"
4 depends on INET && EXPERIMENTAL
fe17f84f 5 ---help---
40d86609
AG
6 The RDS (Reliable Datagram Sockets) protocol provides reliable,
7 sequenced delivery of datagrams over Infiniband, iWARP,
8 or TCP.
9
10config RDS_RDMA
11 tristate "RDS over Infiniband and iWARP"
12 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
13 ---help---
14 Allow RDS to use Infiniband and iWARP 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.
fe17f84f
AG
23
24config RDS_DEBUG
40d86609 25 bool "RDS debugging messages"
fe17f84f
AG
26 depends on RDS
27 default n
28