1 # SPDX-License-Identifier: GPL-2.0-only
4 tristate "The Reliable Datagram Sockets Protocol"
7 The RDS (Reliable Datagram Sockets) protocol provides reliable,
8 sequenced delivery of datagrams over Infiniband or TCP.
11 tristate "RDS over Infiniband"
12 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
14 Allow RDS to use Infiniband as a transport.
15 This transport supports RDMA operations.
18 tristate "RDS over TCP"
20 depends on IPV6 || !IPV6
22 Allow RDS to use TCP as a transport.
23 This transport does not support RDMA operations.
26 bool "RDS debugging messages"