nvme/perf:Fix two small defects.
There are 2 #include "spdk/env.h" and an extra "]". Change-Id: I7003333a164ef38ed166fbecf9e6b9f2df350ad9 Signed-off-by: WangHaiLiang <hailiangx.e.wang@intel.com> Reviewed-on: https://review.gerrithub.io/416373 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
e303567bc1
commit
93c7efbbe8
@ -36,7 +36,6 @@
|
||||
#include "spdk/env.h"
|
||||
#include "spdk/fd.h"
|
||||
#include "spdk/nvme.h"
|
||||
#include "spdk/env.h"
|
||||
#include "spdk/queue.h"
|
||||
#include "spdk/string.h"
|
||||
#include "spdk/nvme_intel.h"
|
||||
@ -921,7 +920,7 @@ static void usage(char *program_name)
|
||||
printf("\t[-l enable latency tracking via ssd (if supported), default: disabled]\n");
|
||||
printf("\t[-t time in seconds]\n");
|
||||
printf("\t[-c core mask for I/O submission/completion.]\n");
|
||||
printf("\t\t(default: 1)]\n");
|
||||
printf("\t\t(default: 1)\n");
|
||||
printf("\t[-D disable submission queue in controller memory buffer, default: enabled]\n");
|
||||
printf("\t[-H enable header digest for TCP transport, default: disabled]\n");
|
||||
printf("\t[-I enable data digest for TCP transport, default: disabled]\n");
|
||||
|
Loading…
Reference in New Issue
Block a user