test/bdev: remove memory restrictions from bdevio

The memory restrictions were causing issues with allocating crypto bdev
qpairs when using qat.

Change-Id: I1e8a9799006293cb54f8959cfd24e38c4dee6d0f
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/430104
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2018-10-19 08:32:46 -07:00 committed by Ben Walker
parent d63d4d5a37
commit 549971c5c3

View File

@ -959,7 +959,6 @@ main(int argc, char **argv)
opts.name = "bdevtest";
opts.rpc_addr = NULL;
opts.reactor_mask = "0x7";
opts.mem_size = 1024;
if ((rc = spdk_app_parse_args(argc, argv, &opts, "", NULL,
bdevio_parse_arg, bdevio_usage)) !=