Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only

config CONFIG_RDS
	tristate "The Reliable Datagram Sockets Protocol"
	depends on CONFIG_INET
	---help---
	  The CONFIG_RDS (Reliable Datagram Sockets) protocol provides reliable,
	  sequenced delivery of datagrams over Infiniband or TCP.

config CONFIG_RDS_RDMA
	tristate "RDS over Infiniband"
	depends on CONFIG_RDS && CONFIG_INFINIBAND && CONFIG_INFINIBAND_ADDR_TRANS
	---help---
	  Allow CONFIG_RDS to use Infiniband as a transport.
	  This transport supports RDMA operations.

config CONFIG_RDS_TCP
	tristate "RDS over TCP"
	depends on CONFIG_RDS
	depends on CONFIG_IPV6 || !CONFIG_IPV6
	---help---
	  Allow CONFIG_RDS to use TCP as a transport.
	  This transport does not support RDMA operations.

config CONFIG_RDS_DEBUG
	bool "RDS debugging messages"
	depends on CONFIG_RDS
	default n