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 -p port
18 Changes the port number that the server listens on. By default
19 the server listens on port 7471.
20
22 Basic usage is to start rdma_server, then connect to the server using
23 the rdma_client program.
24
25 Because this test maps RDMA resources to userspace, users must ensure
26 that they have available system resources and permissions. See the
27 libibverbs README file for additional details.
28
30 rdma_cm(7), udaddy(1), mckey(1), rping(1), rdma_client(1)
31
32
33
34librdmacm 2010-07-19 RDMA_SERVER(1)