Skip to content

Commit

Permalink
Merge pull request #1476 from Honggang-LI/misc
Browse files Browse the repository at this point in the history
verbs: update xsrq_pingpong usage message
  • Loading branch information
rleon authored Jun 24, 2024
2 parents 367ba33 + 39dd91f commit b401878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libibverbs/examples/xsrq_pingpong.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ static void usage(const char *argv0)
printf(" -d, --ib-dev=<dev> use IB device <dev> (default first device found)\n");
printf(" -i, --ib-port=<port> use port <port> of IB device (default 1)\n");
printf(" -s, --size=<size> size of message to exchange (default 4096)\n");
printf(" -m, --mtu=<size> path MTU (default 2048)\n");
printf(" -m, --mtu=<size> path MTU (default 1024)\n");
printf(" -c, --clients=<n> number of clients (on server only, default 1)\n");
printf(" -n, --num_tests=<n> number of tests per client (default 5)\n");
printf(" -l, --sl=<sl> service level value\n");
Expand Down

0 comments on commit b401878

Please sign in to comment.