Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-13 Thread Peng, ZhihongX
t; ; Ananyev, Konstantin > > ; Stephen Hemminger > > ; dev ; Lin, Xueqin > > ; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector > > on DPDK > > > > On Thu, Sep 30, 2021 at 10:20:00AM +0200, David Marchand wrote

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-13 Thread Peng, ZhihongX
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, October 13, 2021 4:00 PM > To: David Marchand > Cc: Peng, ZhihongX ; Burakov, Anatoly > ; Ananyev, Konstantin > ; Stephen Hemminger > ; dev ; Lin, Xueqin > ; Thomas Monjalon > Subject: Re: [d

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-13 Thread Bruce Richardson
On Thu, Sep 30, 2021 at 10:20:00AM +0200, David Marchand wrote: > Hello, > > I see v6 is superseded in pw, I have been cleaning my queue... maybe my fault. > > > On Thu, Sep 30, 2021 at 7:37 AM wrote: > > > > From: Zhihong Peng > > > > AddressSanitizer (ASan) is a google memory error detect >

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-12 Thread Peng, ZhihongX
: Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on > DPDK > > Hello, > > I see v6 is superseded in pw, I have been cleaning my queue... maybe my > fault. > > > On Thu, Sep 30, 2021 at 7:37 AM wrote: > > > > From: Zhihong Peng > > > &

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-11 Thread Peng, ZhihongX
; To: Peng, ZhihongX ; Richardson, Bruce > > > > > > Cc: Burakov, Anatoly ; Ananyev, > > > Konstantin ; Stephen Hemminger > > > ; dev ; Lin, Xueqin > > > ; Thomas Monjalon > > > Subject: Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-08 Thread David Marchand
> > ; Stephen Hemminger > > ; dev ; Lin, Xueqin > > ; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on > > DPDK > > > > Hello, > > > > I see v6 is superseded in pw, I have been cleaning my queue... ma

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-10-08 Thread Peng, ZhihongX
: Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on > DPDK > > Hello, > > I see v6 is superseded in pw, I have been cleaning my queue... maybe my > fault. > > > On Thu, Sep 30, 2021 at 7:37 AM wrote: > > > > From: Zhihong Peng > > > &

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-09-30 Thread David Marchand
On Thu, Sep 30, 2021 at 3:09 PM wrote: > > From: Zhihong Peng > > AddressSanitizer (ASan) is a google memory error detect > standard tool. It could help to detect use-after-free and > {heap,stack,global}-buffer overflow bugs in C/C++ programs, > print detailed error information when error happens

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-09-30 Thread Burakov, Anatoly
On 30-Sep-21 1:59 PM, zhihongx.p...@intel.com wrote: From: Zhihong Peng AddressSanitizer (ASan) is a google memory error detect standard tool. It could help to detect use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs, print detailed error information when error happe

[dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-09-30 Thread zhihongx . peng
From: Zhihong Peng AddressSanitizer (ASan) is a google memory error detect standard tool. It could help to detect use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs, print detailed error information when error happens, large improve debug efficiency. `AddressSanitizer

Re: [dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-09-30 Thread David Marchand
Hello, I see v6 is superseded in pw, I have been cleaning my queue... maybe my fault. On Thu, Sep 30, 2021 at 7:37 AM wrote: > > From: Zhihong Peng > > AddressSanitizer (ASan) is a google memory error detect > standard tool. It could help to detect use-after-free and > {heap,stack,global}-buff

[dpdk-dev] [PATCH v6 1/2] Enable ASan for memory detector on DPDK

2021-09-29 Thread zhihongx . peng
From: Zhihong Peng AddressSanitizer (ASan) is a google memory error detect standard tool. It could help to detect use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs, print detailed error information when error happens, large improve debug efficiency. `AddressSanitizer