Kconfig 614 B

123456789101112131415161718192021
  1. config 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. Select this option if you want to run SMC socket applications
  11. config SMC_DIAG
  12. tristate "SMC: socket monitoring interface"
  13. depends on SMC
  14. ---help---
  15. Support for SMC socket monitoring interface used by tools such as
  16. smcss.
  17. if unsure, say Y.