From 9411e12bad57fb36754e6f77b9ce92a7af1eb22a Mon Sep 17 00:00:00 2001 From: Hassan Khadour Date: Tue, 3 Jan 2023 12:05:53 +0200 Subject: [PATCH] Perftest: Add extra information in help message for multicast option Add extra information in help message for multicast option. Signed-off-by: Hassan Khadour --- src/perftest_parameters.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/perftest_parameters.c b/src/perftest_parameters.c index 06ea7dfc..39a772b0 100755 --- a/src/perftest_parameters.c +++ b/src/perftest_parameters.c @@ -286,6 +286,7 @@ static void usage(const char *argv0, VerbType verb, TestType tst, int connection if (verb == SEND && tst != FS_RATE) { printf(" -g, --mcg "); printf(" Send messages to multicast group with 1 QP attached to it.\n"); + printf(" When there is no multicast gid specified, a default IPv6 typed gid will be used.\n"); } printf(" -h, --help ");