0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SMC
0003 tristate "SMC socket protocol family"
0004 depends on INET && INFINIBAND
0005 help
0006 SMC-R provides a "sockets over RDMA" solution making use of
0007 RDMA over Converged Ethernet (RoCE) technology to upgrade
0008 AF_INET TCP connections transparently.
0009 The Linux implementation of the SMC-R solution is designed as
0010 a separate socket family SMC.
0011
0012 Select this option if you want to run SMC socket applications
0013
0014 config SMC_DIAG
0015 tristate "SMC: socket monitoring interface"
0016 depends on SMC
0017 help
0018 Support for SMC socket monitoring interface used by tools such as
0019 smcss.
0020
0021 if unsure, say Y.