Kconfig 809 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. config INFINIBAND_RTRS
  3. tristate
  4. depends on INFINIBAND_ADDR_TRANS
  5. config INFINIBAND_RTRS_CLIENT
  6. tristate "RTRS client module"
  7. depends on INFINIBAND_ADDR_TRANS
  8. select INFINIBAND_RTRS
  9. help
  10. RDMA transport client module.
  11. RDMA Transport (RTRS) client implements a reliable transport layer
  12. and also multipathing functionality and that it is intended to be
  13. the base layer for a block storage initiator over RDMA.
  14. config INFINIBAND_RTRS_SERVER
  15. tristate "RTRS server module"
  16. depends on INFINIBAND_ADDR_TRANS
  17. select INFINIBAND_RTRS
  18. help
  19. RDMA transport server module.
  20. RDMA Transport (RTRS) server module processing connection and IO
  21. requests received from the RTRS client module, it will pass the
  22. IO requests to its user eg. RNBD_server.