blob: 1a31502ee7db307bb6d9ddb0ba52f521305ddb70 [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"
Greg Thelen9533b292018-05-03 20:29:19 -070011 depends on RDS && INFINIBAND_ADDR_TRANS
Andy Grover40d86602009-08-21 12:28:33 +000012 ---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