perf: Correct usage
Some parameters were accidentally added under `#ifndef DEBUG` Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com> Change-Id: Idd2fd67cf7b3bcc298a290bc45b9572dcf4c0076 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8466 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ziye Yang <ziye.yang@intel.com> Reviewed-by: <dongx.yi@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
885331fe16
commit
01bbf5d183
@ -1767,9 +1767,9 @@ static void usage(char *program_name)
|
||||
printf("\t[-G, --enable-debug enable debug logging]\n");
|
||||
#else
|
||||
printf("\t[-G, --enable-debug enable debug logging (flag disabled, must reconfigure with --enable-debug)\n");
|
||||
#endif
|
||||
printf("\t[--transport-stats dump transport statistics]\n");
|
||||
printf("\t[--iova-mode <mode> specify DPDK IOVA mode: va|pa]\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user