IBV_SRQ_PINGPONG(1) USER COMMANDS IBV_SRQ_PINGPONG(1)

ibv_srq_pingpong - simple InfiniBand shared receive queue test

ibv_srq_pingpong [-p port] [-d device] [-i ib port] [-s size] [-m size] [-q num QPs] [-r rx depth] [-n iters] [-l sl] [-e] [-g gid index] HOSTNAME

ibv_srq_pingpong [-p port] [-d device] [-i ib port] [-s size] [-m size] [-q num QPs] [-r rx depth] [-n iters] [-l sl] [-e] [-g gid index]

Run a simple ping-pong test over InfiniBand via the reliable connected (RC) transport, using multiple queue pairs (QPs) and a single shared receive queue (SRQ).

use TCP port PORT for initial synchronization (default 18515)
use IB device DEVICE (default first device found)
use IB port PORT (default port 1)
ping-pong messages of size SIZE (default 4096)
path MTU SIZE (default 1024)
use NUM queue pairs for test (default 16)
post DEPTH receives at a time (default 1000)
perform ITERS message exchanges (default 1000)
use SL as the service level value of the QPs (default 0)
sleep while waiting for work completion events (default is to poll for completions)
local port GIDINDEX
validate received buffer

ibv_rc_pingpong(1), ibv_uc_pingpong(1), ibv_ud_pingpong(1), ibv_xsrq_pingpong(1)

<rolandd@cisco.com>

The network synchronization between client and server instances is weak, and does not prevent incompatible options from being used on the two instances. The method used for retrieving work completions is not strictly correct, and race conditions may cause failures on some systems.

August 30, 2005 libibverbs