hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/net/smc/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SMC
23 tristate "SMC socket protocol family"
34 depends on INET && INFINIBAND
4
- ---help---
5
+ help
56 SMC-R provides a "sockets over RDMA" solution making use of
67 RDMA over Converged Ethernet (RoCE) technology to upgrade
78 AF_INET TCP connections transparently.
....@@ -13,7 +14,7 @@
1314 config SMC_DIAG
1415 tristate "SMC: socket monitoring interface"
1516 depends on SMC
16
- ---help---
17
+ help
1718 Support for SMC socket monitoring interface used by tools such as
1819 smcss.
1920