]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/man/rdma_server.1
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / man / rdma_server.1
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_SERVER" 1 "2010-07-19" "librdmacm" "librdmacm" librdmacm
3 .SH NAME
4 rdma_server \- simple RDMA CM connection and ping-pong test.
5 .SH SYNOPSIS
6 .sp
7 .nf
8 \fIrdma_server\fR [-p port]
9 .fi
10 .SH "DESCRIPTION"
11 Uses synchronous librdmam calls to establish an RDMA connections between
12 two nodes.  This example is intended to provide a very simple coding
13 example of how to use RDMA.
14 .SH "OPTIONS"
15 .TP
16 \-p port
17 Changes the port number that the server listens on.  By default the server
18 listens on port 7471.
19 .SH "NOTES"
20 Basic usage is to start rdma_server, then connect to the server using the
21 rdma_client program.
22 .P
23 Because this test maps RDMA resources to userspace, users must ensure
24 that they have available system resources and permissions.  See the
25 libibverbs README file for additional details.
26 .SH "SEE ALSO"
27 rdma_cm(7), udaddy(1), mckey(1), rping(1), rdma_client(1)