1 # SPDX-License-Identifier: GPL-2.0-or-later
6 config BLK_DEV_RNBD_CLIENT
7 tristate "RDMA Network Block Device driver client"
8 depends on INFINIBAND_RTRS_CLIENT
12 RNBD client is a network block device driver using rdma transport.
14 RNBD client allows for mapping of a remote block devices over
15 RTRS protocol from a target system where RNBD server is running.
19 config BLK_DEV_RNBD_SERVER
20 tristate "RDMA Network Block Device driver server"
21 depends on INFINIBAND_RTRS_SERVER
24 RNBD server is the server side of RNBD using rdma transport.
26 RNBD server allows for exporting local block devices to a remote client