blob: 1ab3c5a2c5ada6c36e771b887cfa25515dc18bfc [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Ursula Braunac713872017-01-09 16:55:13 +01002config SMC
3 tristate "SMC socket protocol family"
4 depends on INET && INFINIBAND
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09005 help
Ursula Braunac713872017-01-09 16:55:13 +01006 SMC-R provides a "sockets over RDMA" solution making use of
7 RDMA over Converged Ethernet (RoCE) technology to upgrade
8 AF_INET TCP connections transparently.
9 The Linux implementation of the SMC-R solution is designed as
10 a separate socket family SMC.
11
12 Select this option if you want to run SMC socket applications
Ursula Braunf16a7dd2017-01-09 16:55:26 +010013
14config SMC_DIAG
15 tristate "SMC: socket monitoring interface"
16 depends on SMC
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090017 help
Ursula Braunf16a7dd2017-01-09 16:55:26 +010018 Support for SMC socket monitoring interface used by tools such as
19 smcss.
20
21 if unsure, say Y.