blob: bffde4b46c5d2058027da6158c6d780edde78950 [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,
santosh.shilimkar@oracle.comdcdede02016-03-01 15:20:42 -08007 sequenced delivery of datagrams over Infiniband or TCP.
Andy Grover40d86602009-08-21 12:28:33 +00008
9config RDS_RDMA
santosh.shilimkar@oracle.comdcdede02016-03-01 15:20:42 -080010 tristate "RDS over Infiniband"
Andy Grover40d86602009-08-21 12:28:33 +000011 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
12 ---help---
santosh.shilimkar@oracle.comdcdede02016-03-01 15:20:42 -080013 Allow RDS to use Infiniband as a transport.
Andy Grover40d86602009-08-21 12:28:33 +000014 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.
Andy Groverfe17f842009-02-24 15:30:39 +000022
23config RDS_DEBUG
Andy Grover40d86602009-08-21 12:28:33 +000024 bool "RDS debugging messages"
Andy Groverfe17f842009-02-24 15:30:39 +000025 depends on RDS
26 default n
27