Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Ursula Braun | ac71387 | 2017-01-09 16:55:13 +0100 | [diff] [blame] | 2 | config SMC |
| 3 | tristate "SMC socket protocol family" |
| 4 | depends on INET && INFINIBAND |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 5 | help |
Ursula Braun | ac71387 | 2017-01-09 16:55:13 +0100 | [diff] [blame] | 6 | 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 Braun | f16a7dd | 2017-01-09 16:55:26 +0100 | [diff] [blame] | 13 | |
| 14 | config SMC_DIAG |
| 15 | tristate "SMC: socket monitoring interface" |
| 16 | depends on SMC |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 17 | help |
Ursula Braun | f16a7dd | 2017-01-09 16:55:26 +0100 | [diff] [blame] | 18 | Support for SMC socket monitoring interface used by tools such as |
| 19 | smcss. |
| 20 | |
| 21 | if unsure, say Y. |