]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/man/rdma_xserver.1
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / man / rdma_xserver.1
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_XSERVER" 1 "2011-06-15" "librdmacm" "librdmacm" librdmacm
3 .SH NAME
4 rdma_xserver \- RDMA CM communication server test program
5 .SH SYNOPSIS
6 .sp
7 .nf
8 \fIrdma_xserver\fR [-p port] [-c comm_type]
9 .fi
10 .SH "DESCRIPTION"
11 Uses the librdmacm to establish various forms of communication and exchange
12 data.
13 .SH "OPTIONS"
14 .TP
15 \-p port
16 Changes the port number that the server listens on.  By default the server
17 listens on port 7471.
18 .TP
19 \-c communication type
20 Specifies the type of communication established with the client program.  'r'
21 results in using a reliable-connected QP (the default).  'x' uses
22 extended reliable-connected XRC QPs.
23 .SH "NOTES"
24 Basic usage is to start rdma_xserver, then connect to the server using the
25 rdma_xclient program.
26 .P
27 Because this test maps RDMA resources to userspace, users must ensure
28 that they have available system resources and permissions.  See the
29 libibverbs README file for additional details.
30 .SH "SEE ALSO"
31 rdma_cm(7), udaddy(1), mckey(1), rping(1), rdma_server(1), rdma_xclient(1)