Re: [dpdk-dev] [PATCH v13 2/4] DPDK code adapts to ASan

2021-10-29 Thread Peng, ZhihongX
> -Original Message- > From: David Marchand > Sent: Friday, October 29, 2021 5:23 PM > To: Peng, ZhihongX > Cc: Thomas Monjalon ; Burakov, Anatoly > ; Ananyev, Konstantin > ; Stephen Hemminger > ; Dumitrescu, Cristian > ; Mcnamara, John > ; Richardson, Bruce > ; dev ; Lin, Xueqin > > Sub

Re: [dpdk-dev] [PATCH v13 2/4] DPDK code adapts to ASan

2021-10-29 Thread David Marchand
On Wed, Oct 20, 2021 at 9:47 AM wrote: > > From: Zhihong Peng > > DPDK ASan functionality is currently only supported on Linux x86_64. > If want to support on other platforms, need to define ASAN_SHADOW_OFFSET > value according to google ASan document, and configure meson file > (config/meson.bui

[dpdk-dev] [PATCH v13 2/4] DPDK code adapts to ASan

2021-10-20 Thread zhihongx . peng
From: Zhihong Peng DPDK ASan functionality is currently only supported on Linux x86_64. If want to support on other platforms, need to define ASAN_SHADOW_OFFSET value according to google ASan document, and configure meson file (config/meson.build). Signed-off-by: Xueqin Lin Signed-off-by: Zhiho