Directory | Files | |
---|---|---|
.. | 7 | |
File | Size | |
Kconfig | 668 B | |
Makefile | 352 B | |
af_smc.c | 93 kB | |
smc.h | 11 kB | |
smc.mod.c | 0 B | |
smc_cdc.c | 14 kB | |
smc_cdc.h | 8.5 kB | |
smc_clc.c | 36 kB | |
smc_clc.h | 15 kB | |
smc_close.c | 13 kB | |
smc_close.h | 759 B | |
smc_core.c | 70 kB | |
smc_core.h | 20 kB | |
smc_diag.c | 7.7 kB | |
smc_diag.mod.c | 0 B | |
smc_ib.c | 28 kB | |
smc_ib.h | 4.4 kB | |
smc_ism.c | 14 kB | |
smc_ism.h | 1.8 kB | |
smc_llc.c | 67 kB | |
smc_llc.h | 4.1 kB | |
smc_netlink.c | 3.7 kB | |
smc_netlink.h | 660 B | |
smc_netns.h | 381 B | |
smc_pnet.c | 31 kB | |
smc_pnet.h | 1.7 kB | |
smc_rx.c | 14 kB | |
smc_rx.h | 715 B | |
smc_stats.c | 11 kB | |
smc_stats.h | 7.6 kB | |
smc_sysctl.c | 2.8 kB | |
smc_sysctl.h | 691 B | |
smc_tracepoint.c | 275 B | |
smc_tracepoint.h | 3.0 kB | |
smc_tx.c | 22 kB | |
smc_tx.h | 1.1 kB | |
smc_wr.c | 26 kB | |
smc_wr.h | 4.1 kB |
# SPDX-License-Identifier: GPL-2.0-only config SMC tristate "SMC socket protocol family" depends on INET && INFINIBAND depends on m || ISM != m help SMC-R provides a "sockets over RDMA" solution making use of RDMA over Converged Ethernet (RoCE) technology to upgrade AF_INET TCP connections transparently. The Linux implementation of the SMC-R solution is designed as a separate socket family SMC. Select this option if you want to run SMC socket applications config SMC_DIAG tristate "SMC: socket monitoring interface" depends on SMC help Support for SMC socket monitoring interface used by tools such as smcss. if unsure, say Y.