Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-07-06 Thread Stephen Hemminger
On Tue, 6 Jul 2021 13:40:56 -0700 David Christensen wrote: > On 6/15/21 1:12 AM, 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 ove

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-07-06 Thread David Christensen
On 6/15/21 1:12 AM, 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 happ

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-07-02 Thread Lin, Xueqin
> -Original Message- > From: David Marchand > Sent: Thursday, July 1, 2021 3:41 PM > To: Lin, Xueqin ; Burakov, Anatoly > > Cc: Jerin Jacob ; Peng, ZhihongX > ; Ananyev, Konstantin > ; Stephen Hemminger > ; dpdk-dev > Subject: Re: [dpdk-dev] [RFC v2] porti

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-07-01 Thread David Marchand
On Thu, Jul 1, 2021 at 8:48 AM Lin, Xueqin wrote: > We also captured this type issues and selected one, reported in internal > system JARA and bugzilla in May. > Pls check https://bugs.dpdk.org/show_bug.cgi?id=722 for detail, some > developers are analysis this issue in JIRA but not resolved so

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-30 Thread Lin, Xueqin
> -Original Message- > From: David Marchand > Sent: Wednesday, June 30, 2021 4:34 PM > To: Burakov, Anatoly > Cc: Lin, Xueqin ; Jerin Jacob ; > Peng, ZhihongX ; Ananyev, Konstantin > ; Stephen Hemminger > ; dpdk-dev > Subject: Re: [dpdk-dev] [RFC v2] porting

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-30 Thread David Marchand
On Mon, Jun 28, 2021 at 4:22 PM Burakov, Anatoly wrote: > > On 18-Jun-21 10:04 AM, David Marchand wrote: > > On Fri, Jun 18, 2021 at 9:49 AM Lin, Xueqin wrote: > Suggest listing demo code and tool capture information for user to try if > >>> tool works, also add this part into doc. > >

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-30 Thread Lin, Xueqin
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, June 28, 2021 10:22 PM > To: David Marchand ; Lin, Xueqin > > Cc: Jerin Jacob ; Peng, ZhihongX > ; Ananyev, Konstantin > ; Stephen Hemminger > ; dpdk-dev > Subject: Re: [dpdk-dev] [RFC v2] porti

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-28 Thread Jerin Jacob
On Mon, Jun 28, 2021 at 7:52 PM Burakov, Anatoly wrote: > > On 18-Jun-21 10:04 AM, David Marchand wrote: > > On Fri, Jun 18, 2021 at 9:49 AM Lin, Xueqin wrote: > Suggest listing demo code and tool capture information for user to try if > >>> tool works, also add this part into doc. > >

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-28 Thread Burakov, Anatoly
On 18-Jun-21 10:04 AM, David Marchand wrote: On Fri, Jun 18, 2021 at 9:49 AM Lin, Xueqin wrote: Suggest listing demo code and tool capture information for user to try if tool works, also add this part into doc. # Also, Please update the release note for this feature. Sure, we can update t

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-21 Thread Lin, Xueqin
> -Original Message- > From: David Marchand > Sent: Friday, June 18, 2021 5:04 PM > To: Lin, Xueqin > Cc: Jerin Jacob ; Peng, ZhihongX > ; Burakov, Anatoly > ; Ananyev, Konstantin > ; Stephen Hemminger > ; dpdk-dev > Subject: Re: [dpdk-dev] [RFC v2] porti

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-18 Thread David Marchand
On Fri, Jun 18, 2021 at 9:49 AM Lin, Xueqin wrote: > > > Suggest listing demo code and tool capture information for user to try if > > tool works, also add this part into doc. > > > > > > > > > > > # Also, Please update the release note for this feature. > > > Sure, we can update the release note

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-18 Thread Lin, Xueqin
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, June 16, 2021 7:35 PM > To: Lin, Xueqin > Cc: Peng, ZhihongX ; Burakov, Anatoly > ; Ananyev, Konstantin > ; Stephen Hemminger > ; dpdk-dev > Subject: Re: [dpdk-dev] [RFC v2] porting AddressSanitizer

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-16 Thread Jerin Jacob
; dpdk-dev ; Lin, Xueqin > > > > Subject: Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK > > > > On Tue, Jun 15, 2021 at 1:46 PM wrote: > > > > > > From: Zhihong Peng > > > > > > AddressSanitizer (ASan) is a google memor

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-16 Thread Lin, Xueqin
> -Original Message- > From: Jerin Jacob > Sent: Tuesday, June 15, 2021 4:40 PM > To: Peng, ZhihongX > Cc: Burakov, Anatoly ; Ananyev, Konstantin > ; Stephen Hemminger > ; dpdk-dev ; Lin, Xueqin > > Subject: Re: [dpdk-dev] [RFC v2] porting AddressSanitizer

Re: [dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-15 Thread Jerin Jacob
On Tue, Jun 15, 2021 at 1:46 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

[dpdk-dev] [RFC v2] porting AddressSanitizer feature to DPDK

2021-06-15 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. By referring to it