blob: c717ef0896aa2accaee05e3cf4c10d066c61eeb3 [file] [log] [blame]
Ursula Braunac713872017-01-09 16:55:13 +01001config SMC
2 tristate "SMC socket protocol family"
3 depends on INET && INFINIBAND
4 ---help---
5 SMC-R provides a "sockets over RDMA" solution making use of
6 RDMA over Converged Ethernet (RoCE) technology to upgrade
7 AF_INET TCP connections transparently.
8 The Linux implementation of the SMC-R solution is designed as
9 a separate socket family SMC.
10
11 Select this option if you want to run SMC socket applications
Ursula Braunf16a7dd2017-01-09 16:55:26 +010012
13config SMC_DIAG
14 tristate "SMC: socket monitoring interface"
15 depends on SMC
16 ---help---
17 Support for SMC socket monitoring interface used by tools such as
18 smcss.
19
20 if unsure, say Y.