blob: 4cf6dc7910e4b0c13a2baf32447bd9000feb1f19 [file] [log] [blame]
Andy Groverfe17f842009-02-24 15:30:39 +00001
2config RDS
Andy Grover40d86602009-08-21 12:28:33 +00003 tristate "The RDS Protocol (EXPERIMENTAL)"
4 depends on INET && EXPERIMENTAL
Andy Groverfe17f842009-02-24 15:30:39 +00005 ---help---
Andy Grover40d86602009-08-21 12:28:33 +00006 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"
Huang Ying1bc144b2011-08-30 15:21:30 +000012 select LLIST
Andy Grover40d86602009-08-21 12:28:33 +000013 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
14 ---help---
15 Allow RDS to use Infiniband and iWARP as a transport.
16 This transport supports RDMA operations.
17
18config RDS_TCP
19 tristate "RDS over TCP"
20 depends on RDS
21 ---help---
22 Allow RDS to use TCP as a transport.
23 This transport does not support RDMA operations.
Andy Groverfe17f842009-02-24 15:30:39 +000024
25config RDS_DEBUG
Andy Grover40d86602009-08-21 12:28:33 +000026 bool "RDS debugging messages"
Andy Groverfe17f842009-02-24 15:30:39 +000027 depends on RDS
28 default n
29