]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libibverbs/man/ibv_uc_pingpong.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / libibverbs / man / ibv_uc_pingpong.1
1 .TH IBV_UC_PINGPONG 1 "August 30, 2005" "libibverbs" "USER COMMANDS"
2
3 .SH NAME
4 ibv_uc_pingpong \- simple InfiniBand UC transport test
5
6 .SH SYNOPSIS
7 .B ibv_uc_pingpong
8 [\-p port] [\-d device] [\-i ib port] [\-s size] [\-r rx depth]
9 [\-n iters] [\-l sl] [\-e] \fBHOSTNAME\fR
10
11 .B ibv_uc_pingpong
12 [\-p port] [\-d device] [\-i ib port] [\-s size] [\-r rx depth]
13 [\-n iters] [\-l sl] [\-e]
14
15 .SH DESCRIPTION
16 .PP
17 Run a simple ping-pong test over InfiniBand via the reliable
18 connected (RC) transport.
19
20 .SH OPTIONS
21
22 .PP
23 .TP
24 \fB\-p\fR, \fB\-\-port\fR=\fIPORT\fR
25 use TCP port \fIPORT\fR for initial synchronization (default 18515)
26 .TP
27 \fB\-d\fR, \fB\-\-ib\-dev\fR=\fIDEVICE\fR
28 use IB device \fIDEVICE\fR (default first device found)
29 .TP
30 \fB\-i\fR, \fB\-\-ib\-port\fR=\fIPORT\fR
31 use IB port \fIPORT\fR (default port 1)
32 .TP
33 \fB\-s\fR, \fB\-\-size\fR=\fISIZE\fR
34 ping-pong messages of size \fISIZE\fR (default 4096)
35 .TP
36 \fB\-r\fR, \fB\-\-rx\-depth\fR=\fIDEPTH\fR
37 post \fIDEPTH\fR receives at a time (default 1000)
38 .TP
39 \fB\-n\fR, \fB\-\-iters\fR=\fIITERS\fR
40 perform \fIITERS\fR message exchanges (default 1000)
41 .TP
42 \fB\-l\fR, \fB\-\-sl\fR=\fISL\fR
43 use \fISL\fR as the service level value of the QP (default 0)
44 .TP
45 \fB\-e\fR, \fB\-\-events\fR
46 sleep while waiting for work completion events (default is to poll for
47 completions)
48
49 .SH SEE ALSO
50 .BR ibv_rc_pingpong (1),
51 .BR ibv_ud_pingpong (1),
52 .BR ibv_srq_pingpong (1)
53
54 .SH AUTHORS
55 .TP
56 Roland Dreier
57 .RI < rolandd@cisco.com >
58
59 .SH BUGS
60 The network synchronization between client and server instances is
61 weak, and does not prevent incompatible options from being used on the
62 two instances.  The method used for retrieving work completions is not
63 strictly correct, and race conditions may cause failures on some
64 systems.