brintos

brintos / linux-shallow public Read only

0
0
Text · 809 B · 9092b62 Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.0-or-later2 3config INFINIBAND_RTRS4	tristate5	depends on INFINIBAND_ADDR_TRANS6 7config INFINIBAND_RTRS_CLIENT8	tristate "RTRS client module"9	depends on INFINIBAND_ADDR_TRANS10	select INFINIBAND_RTRS11	help12	  RDMA transport client module.13 14	  RDMA Transport (RTRS) client implements a reliable transport layer15	  and also multipathing functionality and that it is intended to be16	  the base layer for a block storage initiator over RDMA.17 18config INFINIBAND_RTRS_SERVER19	tristate "RTRS server module"20	depends on INFINIBAND_ADDR_TRANS21	select INFINIBAND_RTRS22	help23	  RDMA transport server module.24 25	  RDMA Transport (RTRS) server module processing connection and IO26	  requests received from the RTRS client module, it will pass the27	  IO requests to its user eg. RNBD_server.28