Spdk/test/env
Darek Stojaczyk 1f3644e208 test/env: specify base-virtaddr in the dpdk_post_init test
Default DPDK base virtaddr falls into a region reserved
by ASAN. DPDK 18.11+ will try to find the nearest available
address space by trying to do mmap over and over, which will
take ages to finish. We speed up the process by specifying
an address that's not supposed to be reserved by ASAN.
Regular SPDK applications do this implicitly, so now we
also do it in the env_dpdk_post_init test.

Change-Id: Ic070813a92d719933ebdaa138a62ef6795390de5
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/439897
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-01-18 16:28:12 +00:00
..
env_dpdk_post_init CH-test-pool: fix RTE_MAX_LCORE on centos7.2 2019-01-09 05:22:39 +00:00
memory memory: limit the translation length to the original, requested value 2019-01-09 08:24:59 +00:00
pci build: remove duplicate spdk.app.mk includes 2018-12-11 18:07:53 +00:00
vtophys vtophys: add length parameter to the vtophys function 2019-01-09 08:24:59 +00:00
env.sh test/env: specify base-virtaddr in the dpdk_post_init test 2019-01-18 16:28:12 +00:00
Makefile env: add spdk_env_dpdk_post_init 2019-01-08 13:28:31 +00:00