From 56f28ad62d4a78cf59d2552b2add5b1604d04715 Mon Sep 17 00:00:00 2001 From: Hal Rosenstock Date: Thu, 27 Jun 2013 18:08:27 -0700 Subject: [PATCH] ib_acme: Enhance documention in generated ibacm_opt.cfg Improve the description of the send_depth value in the generated ibacm_opt.cfg file. Fixup a couple of other areas. Patch derived from patches submitted by Hal. Signed-off-by: Hal Rosenstock . Signed-off-by: Sean Hefty --- src/acme.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/acme.c b/src/acme.c index 81d9e3a..1abb644 100644 --- a/src/acme.c +++ b/src/acme.c @@ -97,7 +97,7 @@ static void show_usage(char *program) static void gen_opts_temp(FILE *f) { - fprintf(f, "# InfiniBand Multicast Communication Manager for clusters configuration file\n"); + fprintf(f, "# InfiniBand Communication Manager Assistant for clusters configuration file\n"); fprintf(f, "#\n"); fprintf(f, "# Use ib_acme utility with -O option to automatically generate a sample\n"); fprintf(f, "# ibacm_opts.cfg file for the current system.\n"); @@ -214,10 +214,10 @@ static void gen_opts_temp(FILE *f) fprintf(f, "\n"); fprintf(f, "# send_depth:\n"); fprintf(f, "# Specifies the number of outstanding send operations that can\n"); - fprintf(f, "# be in progress simultaneously. A larger send depth consumes\n"); - fprintf(f, "# more system resources, but increases subnet load. The send_depth\n"); - fprintf(f, "# is in addition to resolve_depth and sa_depth, and limits the\n"); - fprintf(f, "# transfer of responses.\n"); + fprintf(f, "# be in progress simultaneously. A larger send depth allows for\n"); + fprintf(f, "# greater parallelism, but consumes more system resources and subnet load.\n"); + fprintf(f, "# The send_depth is in addition to resolve_depth and sa_depth, and limits\n"); + fprintf(f, "# the transfer of responses.\n"); fprintf(f, "\n"); fprintf(f, "send_depth 1\n"); fprintf(f, "\n"); @@ -275,7 +275,7 @@ static void gen_addr_temp(FILE *f) { fprintf(f, "# InfiniBand Communication Management Assistant for clusters address file\n"); fprintf(f, "#\n"); - fprintf(f, "# Use ib_acme utility with -G option to automatically generate a sample\n"); + fprintf(f, "# Use ib_acme utility with -A option to automatically generate a sample\n"); fprintf(f, "# ibacm_addr.cfg file for the current system.\n"); fprintf(f, "#\n"); fprintf(f, "# Entry format is:\n"); -- 2.46.0