0001 # SPDX-License-Identifier: GPL-2.0-only
0002
0003 config RDS
0004 tristate "The Reliable Datagram Sockets Protocol"
0005 depends on INET
0006 help
0007 The RDS (Reliable Datagram Sockets) protocol provides reliable,
0008 sequenced delivery of datagrams over Infiniband or TCP.
0009
0010 config RDS_RDMA
0011 tristate "RDS over Infiniband"
0012 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
0013 help
0014 Allow RDS to use Infiniband as a transport.
0015 This transport supports RDMA operations.
0016
0017 config RDS_TCP
0018 tristate "RDS over TCP"
0019 depends on RDS
0020 depends on IPV6 || !IPV6
0021 help
0022 Allow RDS to use TCP as a transport.
0023 This transport does not support RDMA operations.
0024
0025 config RDS_DEBUG
0026 bool "RDS debugging messages"
0027 depends on RDS
0028 default n