1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 config RDS 3 config RDS 4 tristate "The Reliable Datagram Socket 4 tristate "The Reliable Datagram Sockets Protocol" 5 depends on INET 5 depends on INET 6 help 6 help 7 The RDS (Reliable Datagram Sockets) 7 The RDS (Reliable Datagram Sockets) protocol provides reliable, 8 sequenced delivery of datagrams over 8 sequenced delivery of datagrams over Infiniband or TCP. 9 9 10 config RDS_RDMA 10 config RDS_RDMA 11 tristate "RDS over Infiniband" 11 tristate "RDS over Infiniband" 12 depends on RDS && INFINIBAND && INFINI 12 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS 13 help 13 help 14 Allow RDS to use Infiniband as a tra 14 Allow RDS to use Infiniband as a transport. 15 This transport supports RDMA operati 15 This transport supports RDMA operations. 16 16 17 config RDS_TCP 17 config RDS_TCP 18 tristate "RDS over TCP" 18 tristate "RDS over TCP" 19 depends on RDS 19 depends on RDS 20 depends on IPV6 || !IPV6 20 depends on IPV6 || !IPV6 21 help 21 help 22 Allow RDS to use TCP as a transport. 22 Allow RDS to use TCP as a transport. 23 This transport does not support RDMA 23 This transport does not support RDMA operations. 24 24 25 config RDS_DEBUG 25 config RDS_DEBUG 26 bool "RDS debugging messages" 26 bool "RDS debugging messages" 27 depends on RDS 27 depends on RDS 28 default n 28 default n 29 29 30 config GCOV_PROFILE_RDS 30 config GCOV_PROFILE_RDS 31 bool "Enable GCOV profiling on RDS" 31 bool "Enable GCOV profiling on RDS" 32 depends on GCOV_KERNEL 32 depends on GCOV_KERNEL 33 help 33 help 34 Enable GCOV profiling on RDS for che 34 Enable GCOV profiling on RDS for checking which functions/lines 35 are executed. 35 are executed. 36 36 37 If unsure, say N. 37 If unsure, say N.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.