+11
−11
Loading
DPDK 18.11 sets the default base-virtaddr to an address that falls into an area reserved by ASAN. DPDK will try to remap its memory over and over with the closest base-virtaddr hint and for ASAN case this would take a huge amount of time. This was already raised on DPDK mailing list [1] and might be eventually fixed or worked around in upstream, but for now let's just override the default base-virtaddr to a value that ASAN is known not to occupy. [1] http://patches.dpdk.org/patch/46130/#88395 Change-Id: Ieada30e82355e8ead458e53795ab98cd12692c1c Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/431257 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>