test, nvmf: remove last usages of max_delay_us
nvmf was just setting it to 0 (which is the default). The reactor test was setting it to 1000, which wasn't actually used since there are always pollers registered. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I673d859584c404d9b2746fbc8cd4f00fa38df5e5 Reviewed-on: https://review.gerrithub.io/c/444307 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
b4df027e4e
commit
20fba4d886
@ -65,7 +65,6 @@ main(int argc, char **argv)
|
||||
/* default value in opts */
|
||||
spdk_app_opts_init(&opts);
|
||||
opts.name = "nvmf";
|
||||
opts.max_delay_us = 0;
|
||||
if ((rc = spdk_app_parse_args(argc, argv, &opts, "", NULL,
|
||||
nvmf_parse_arg, nvmf_usage)) !=
|
||||
SPDK_APP_PARSE_ARGS_SUCCESS) {
|
||||
|
@ -117,7 +117,6 @@ main(int argc, char **argv)
|
||||
|
||||
spdk_app_opts_init(&opts);
|
||||
opts.name = "reactor";
|
||||
opts.max_delay_us = 1000;
|
||||
|
||||
g_time_in_sec = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user