1RDMA_SERVER(1) librdmacm RDMA_SERVER(1)
2
3
4
6 rdma_server - simple RDMA CM connection and ping-pong test.
7
9 rdma_server [-p port]
10
12 Uses synchronous librdmam calls to establish an RDMA connections
13 between two nodes. This example is intended to provide a very simple
14 coding example of how to use RDMA.
15
17 -s server_address
18 Specifies the address that the rdma_server listens on. By
19 default the server listens on any address(0.0.0.0).
20
21 -p port
22 Changes the port number that the server listens on. By default
23 the server listens on port 7471.
24
26 Basic usage is to start rdma_server, then connect to the server using
27 the rdma_client 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_client(1)
35
36
37
38librdmacm 2010-07-19 RDMA_SERVER(1)