Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid

2018-09-13 Thread Aaron Conole
gt; To: Yang, Ziye >> Cc: dev@dpdk.org; Ananyev, Konstantin >> ; Ziye Yang >> Subject: Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory >> leak issue of logid >> >> Ziye Yang writes: >> >> > From: Ziye Yang >> > >> > T

Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid

2018-09-11 Thread Aaron Conole
"Ananyev, Konstantin" writes: >> -Original Message- >> From: Aaron Conole [mailto:acon...@redhat.com] >> Sent: Tuesday, September 11, 2018 2:47 PM >> To: Yang, Ziye >> Cc: dev@dpdk.org; Ananyev, Konstantin >> ; Ziye Yang >> Subje

Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid

2018-09-11 Thread Ananyev, Konstantin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Tuesday, September 11, 2018 2:47 PM > To: Yang, Ziye > Cc: dev@dpdk.org; Ananyev, Konstantin ; Ziye > Yang > Subject: Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue

Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid

2018-09-11 Thread Aaron Conole
Ziye Yang writes: > From: Ziye Yang > > This patch is used to fix the memory leak issue of logid. > We use the ASAN test in SPDK when intergrating DPDK and > find this memory leak issue. > > By the way, we also fix several missed function call of > rte_atomic32_clear. This part I don't understa

Re: [dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid

2018-09-11 Thread Ananyev, Konstantin
> -Original Message- > From: Yang, Ziye > Sent: Tuesday, September 11, 2018 2:28 AM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Ziye Yang > > Subject: [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid > > From: Ziye Yang > > This patch is used to fix the memory leak is

[dpdk-dev] [PATCH v7] linuxapp, eal: Fix the memory leak issue of logid

2018-09-10 Thread Ziye Yang
From: Ziye Yang This patch is used to fix the memory leak issue of logid. We use the ASAN test in SPDK when intergrating DPDK and find this memory leak issue. By the way, we also fix several missed function call of rte_atomic32_clear. Signed-off-by: Ziye Yang --- lib/librte_eal/linuxapp/eal/e