1RDMA_XSERVER(1) librdmacm RDMA_XSERVER(1)
2
3
4
6 rdma_xserver - RDMA CM communication server test program
7
9 rdma_xserver [-p port] [-c comm_type]
10
12 Uses the librdmacm to establish various forms of communication and
13 exchange data.
14
16 -p port
17 Changes the port number that the server listens on. By default
18 the server listens on port 7471.
19
20 -c communication type
21 Specifies the type of communication established with the client
22 program. 'r' results in using a reliable-connected QP (the
23 default). 'x' uses extended reliable-connected XRC QPs.
24
26 Basic usage is to start rdma_xserver, then connect to the server using
27 the rdma_xclient program.
28
29 Because this test maps RDMA resources to userspace, users must ensure
30 that they have available system resources and permissions. See the
31 libibverbs README file for additional details.
32
34 rdma_cm(7), udaddy(1), mckey(1), rping(1), rdma_server(1),
35 rdma_xclient(1)
36
37
38
39librdmacm 2011-06-15 RDMA_XSERVER(1)