blob: f2c670ba7b9b2b26592e1b07bbedf0c5b8b3b842 [file] [log] [blame]
Andy Groverfe17f842009-02-24 15:30:39 +00001
2config RDS
Kees Cooke34430e2012-10-02 11:19:58 -07003 tristate "The RDS Protocol"
4 depends on INET
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"
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.
Andy Groverfe17f842009-02-24 15:30:39 +000023
24config RDS_DEBUG
Andy Grover40d86602009-08-21 12:28:33 +000025 bool "RDS debugging messages"
Andy Groverfe17f842009-02-24 15:30:39 +000026 depends on RDS
27 default n
28