Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/5.14.0-539.el9.x86_64/drivers/infiniband/ulp/rtrs/ |
Upload File : |
# SPDX-License-Identifier: GPL-2.0-or-later config INFINIBAND_RTRS tristate depends on INFINIBAND_ADDR_TRANS config INFINIBAND_RTRS_CLIENT tristate "RTRS client module" depends on INFINIBAND_ADDR_TRANS select INFINIBAND_RTRS help RDMA transport client module. RDMA Transport (RTRS) client implements a reliable transport layer and also multipathing functionality and that it is intended to be the base layer for a block storage initiator over RDMA. config INFINIBAND_RTRS_SERVER tristate "RTRS server module" depends on INFINIBAND_ADDR_TRANS select INFINIBAND_RTRS help RDMA transport server module. RDMA Transport (RTRS) server module processing connection and IO requests received from the RTRS client module, it will pass the IO requests to its user eg. RNBD_server.