Commit ea17d2eb authored by Seth Howell's avatar Seth Howell Committed by Ben Walker
Browse files

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: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/440425


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarKarol Latecki <karol.latecki@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 6ad297aa
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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