1RDMA_CLIENT(1) librdmacm RDMA_CLIENT(1)
2
3
4
6 rdma_client - simple RDMA CM connection and ping-pong test.
7
9 rdma_client [-s server_address] [-p server_port]
10
12 Uses synchronous librdmam calls to establish an RDMA connection between
13 two nodes. This example is intended to provide a very simple coding
14 example of how to use RDMA.
15
17 -s server_address
18 Specifies the address of the system that the rdma_server is run‐
19 ning on. By default, the client will attempt to connect to the
20 server using 127.0.0.1.
21
22 -p server_port
23 Specifies the port number that the server listens on. By
24 default the server listens on port 7471.
25
27 Basic usage is to start rdma_server, then connect to the server using
28 the rdma_client program.
29
30 Because this test maps RDMA resources to userspace, users must ensure
31 that they have available system resources and permissions. See the
32 libibverbs README file for additional details.
33
35 rdma_cm(7), udaddy(1), mckey(1), rping(1), rdma_server(1)
36
37
38
39librdmacm 2010-07-19 RDMA_CLIENT(1)