Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-or-later
0002 
0003 config INFINIBAND_RTRS
0004         tristate
0005         depends on INFINIBAND_ADDR_TRANS
0006 
0007 config INFINIBAND_RTRS_CLIENT
0008         tristate "RTRS client module"
0009         depends on INFINIBAND_ADDR_TRANS
0010         select INFINIBAND_RTRS
0011         help
0012           RDMA transport client module.
0013 
0014           RDMA Transport (RTRS) client implements a reliable transport layer
0015           and also multipathing functionality and that it is intended to be
0016           the base layer for a block storage initiator over RDMA.
0017 
0018 config INFINIBAND_RTRS_SERVER
0019         tristate "RTRS server module"
0020         depends on INFINIBAND_ADDR_TRANS
0021         select INFINIBAND_RTRS
0022         help
0023           RDMA transport server module.
0024 
0025           RDMA Transport (RTRS) server module processing connection and IO
0026           requests received from the RTRS client module, it will pass the
0027           IO requests to its user eg. RNBD_server.