kernel APIs. List of sources used: 1) rdma-core was cloned from "https://github.com/linux-rdma/rdma-core.git" Top commit d65138ef93af30b3ea249f3a84aa6a24ba7f8a75 2) OpenSM was cloned from git://git.openfabrics.org/~halr/opensm.git Top commit 85f841cf209f791c89a075048a907020e924528d 3) libibmad was cloned from "git://git.openfabrics.org/~iraweiny/libibmad.git" Tag 1.3.13 with some additional patches from Mellanox. 4) infiniband-diags was cloned from "git://git.openfabrics.org/~iraweiny/infiniband-diags.git" Tag 1.6.7 with some additional patches from Mellanox. Added the required Makefiles for building and installing. Sponsored by: Mellanox Technologies
61 lines
1.7 KiB
Groff
61 lines
1.7 KiB
Groff
.\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
|
|
.TH "RPING" 1 "2007-05-15" "librdmacm" "librdmacm" librdmacm
|
|
.SH NAME
|
|
rping \- RDMA CM connection and RDMA ping-pong test.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
.nf
|
|
\fIrping\fR -s [-v] [-V] [-d] [-P] [-a address] [-p port]
|
|
[-C message_count] [-S message_size]
|
|
\fIrping\fR -c [-v] [-V] [-d] [-I address] -a address [-p port]
|
|
[-C message_count] [-S message_size]
|
|
.fi
|
|
.SH "DESCRIPTION"
|
|
Establishes a reliable RDMA connection between two nodes using the
|
|
librdmacm, optionally performs RDMA transfers between the nodes,
|
|
then disconnects.
|
|
.SH "OPTIONS"
|
|
.TP
|
|
\-s
|
|
Run as the server.
|
|
.TP
|
|
\-c
|
|
Run as the client.
|
|
.TP
|
|
\-a address
|
|
On the server, specifies the network address to bind the connection to.
|
|
To bind to any address with IPv6 use -a ::0 .
|
|
On the client, specifies the server address to connect to.
|
|
.TP
|
|
\-I address
|
|
The address to bind to as the source IP address to use. This is useful
|
|
if you have multiple addresses on the same network or complex routing.
|
|
.TP
|
|
\-p
|
|
Port number for listening server.
|
|
.TP
|
|
\-v
|
|
Display ping data.
|
|
.TP
|
|
\-V
|
|
Validate ping data.
|
|
.TP
|
|
\-d
|
|
Display debug information.
|
|
.TP
|
|
\-C message_count
|
|
The number of messages to transfer over each connection. (default infinite)
|
|
.TP
|
|
\-S message_size
|
|
The size of each message transferred, in bytes. (default 100)
|
|
.TP
|
|
\-P
|
|
Run the server in persistent mode. This allows multiple rping clients
|
|
to connect to a single server instance. The server will run until killed.
|
|
.SH "NOTES"
|
|
Because this test maps RDMA resources to userspace, users must ensure
|
|
that they have available system resources and permissions. See the
|
|
libibverbs README file for additional details.
|
|
.SH "SEE ALSO"
|
|
rdma_cm(7), ucmatose(1), udaddy(1), mckey(1)
|