+10
−0
Loading
The DPDK can be built with ASAN support since version 21.11: https://github.com/DPDK/dpdk/commit/6e0290250d5cfa19a3cdb5e6a30634ddd317c85d This patch is about to compile the DPDK with ASAN support (meson option Db_sanitize=address) if the SPDK was configured with --enable-asan. Also and as recommended by the DPDK ASAN prog guide, the meson option -Db_lundef=false if the detected compiler is clang. Signed-off-by:Sylvain Didelot <sdidelot@ddn.com> Change-Id: I02a6ff9d9caa1c46ec42ae419cf4d1c9e8342f7a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11839 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Artur Paszkiewicz <artur.paszkiewicz@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Sebastian Brzezinka <sebastian.brzezinka@intel.com>