examples/perf: add back VMD help print

Patch (0f895bbd) accidentally removed the help
print for VMD.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I460440ebab33c6a9f24340fab30f8e4ca87ba044
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3594
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Tomasz Zawadzki 2020-07-30 04:48:52 -04:00
parent ca65098591
commit 1f543eef54

View File

@ -1349,6 +1349,7 @@ static void usage(char *program_name)
printf("\t[-i shared memory group ID]\n"); printf("\t[-i shared memory group ID]\n");
printf("\t"); printf("\t");
spdk_log_usage(stdout, "-T"); spdk_log_usage(stdout, "-T");
printf("\t[-V enable VMD enumeration]\n");
#ifdef SPDK_CONFIG_URING #ifdef SPDK_CONFIG_URING
printf("\t[-R enable using liburing to drive kernel devices (Default: libaio)]\n"); printf("\t[-R enable using liburing to drive kernel devices (Default: libaio)]\n");
#endif #endif