Re: [PATCH 1/3] test/mem: disable ASan when accessing unallocated mem

2022-04-20 Thread Burakov, Anatoly
On 15-Apr-22 6:31 PM, David Marchand wrote: As described in bugzilla, ASan reports accesses to all memory segment as invalid, since those parts have not been allocated. Move __rte_no_asan to rte_common.h and disable ASan on a part of the test. Bugzilla ID: 880 Fixes: 6cc51b1293ce ("mem: instrume

[PATCH 1/3] test/mem: disable ASan when accessing unallocated mem

2022-04-15 Thread David Marchand
As described in bugzilla, ASan reports accesses to all memory segment as invalid, since those parts have not been allocated. Move __rte_no_asan to rte_common.h and disable ASan on a part of the test. Bugzilla ID: 880 Fixes: 6cc51b1293ce ("mem: instrument allocator for ASan") Cc: sta...@dpdk.org S