]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/rds/Kconfig
net/rds: Fix error handling in rds_ib_add_one()
[mirror_ubuntu-bionic-kernel.git] / net / rds / Kconfig
1
2 config RDS
3 tristate "The RDS Protocol"
4 depends on INET
5 ---help---
6 The RDS (Reliable Datagram Sockets) protocol provides reliable,
7 sequenced delivery of datagrams over Infiniband or TCP.
8
9 config RDS_RDMA
10 tristate "RDS over Infiniband"
11 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
12 ---help---
13 Allow RDS to use Infiniband as a transport.
14 This transport supports RDMA operations.
15
16 config 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.
22
23 config RDS_DEBUG
24 bool "RDS debugging messages"
25 depends on RDS
26 default n
27