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_SMC
	tristate "SMC socket protocol family"
	depends on CONFIG_INET && CONFIG_INFINIBAND
	---help---
	  CONFIG_SMC-R provides a "sockets over RDMA" solution making use of
	  RDMA over Converged Ethernet (RoCE) technology to upgrade
	  AF_INET TCP connections transparently.
	  The Linux implementation of the CONFIG_SMC-R solution is designed as
	  a separate socket family CONFIG_SMC.

	  Select this option if you want to run CONFIG_SMC socket applications

config CONFIG_SMC_DIAG
	tristate "SMC: socket monitoring interface"
	depends on CONFIG_SMC
	---help---
	  Support for CONFIG_SMC socket monitoring interface used by tools such as
	  smcss.

	  if unsure, say Y.