Skip to content

Commit

Permalink
verbs: update xsrq_pingpong usage message
Browse files Browse the repository at this point in the history
0f93a15 ("verbs: Set default MTU for the xsrq ping-pong to be 1024")
Signed-off-by: Honggang LI <honggangli@163.com>
  • Loading branch information
Honggang-LI committed Jun 24, 2024
1 parent 367ba33 commit 588fd39
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 588fd39

Please sign in to comment.