]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/rds/Kconfig
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / net / rds / Kconfig
CommitLineData
fe17f84f
AG
1
2config RDS
e34430ee
KC
3 tristate "The RDS Protocol"
4 depends on INET
fe17f84f 5 ---help---
40d86609 6 The RDS (Reliable Datagram Sockets) protocol provides reliable,
dcdede04 7 sequenced delivery of datagrams over Infiniband or TCP.
40d86609
AG
8
9config RDS_RDMA
dcdede04 10 tristate "RDS over Infiniband"
40d86609
AG
11 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
12 ---help---
dcdede04 13 Allow RDS to use Infiniband as a transport.
40d86609
AG
14 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.
fe17f84f
AG
22
23config RDS_DEBUG
40d86609 24 bool "RDS debugging messages"
fe17f84f
AG
25 depends on RDS
26 default n
27