test/nvmf: start the perf tests w/ dynamic memory

This can be done now that our DPDK submodule has been updated.

Change-Id: I3e17e5b28e04673f7644bfb47bf62b0a03ade9fe
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/440425
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Seth Howell 2019-01-14 16:00:36 -07:00 committed by Ben Walker
parent 6ad297aa17
commit ea17d2ebb9

View File

@ -28,11 +28,7 @@ fi
timing_enter perf
timing_enter start_nvmf_tgt
# Start the NVMe-oF target with preallocated memory because we will need to run perf.c
# as a secondary process later, and secondary process memory allocation is broken with
# the IOMMU.
# todo: remove this when the proper fixes are merged into DPDK.
$NVMF_APP -m 0xF -s 4096 &
$NVMF_APP -m 0xF &
nvmfpid=$!
trap "process_shm --id $NVMF_APP_SHM_ID; killprocess $nvmfpid; nvmftestfini $1; exit 1" SIGINT SIGTERM EXIT