From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH] pcap, af_packet, null: Fix memory leaks of 'struct rte_kvargs' Date: Tue, 17 Mar 2015 12:54:39 +0900 Message-ID: <5507A57F.9000002@igel.co.jp> References: <1426477376-13385-1-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: "Mcnamara, John" , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 2015/03/16 20:07, Mcnamara, John wrote: >> -----Original Message----- >> From: Tetsuya Mukawa [mailto:mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org] >> Sent: Monday, March 16, 2015 3:43 AM >> To: dev-VfR2kkLFssw@public.gmane.org >> Cc: Mcnamara, John; Tetsuya Mukawa >> Subject: [PATCH] pcap,af_packet,null: Fix memory leaks of 'struct >> rte_kvargs' >> >> lib/librte_pmd_af_packet/rte_eth_af_packet.c | 5 ++++- >> lib/librte_pmd_null/rte_eth_null.c | 13 +++++++++---- >> lib/librte_pmd_pcap/rte_eth_pcap.c | 18 +++++++++++------- >> 3 files changed, 24 insertions(+), 12 deletions(-) > Hi, > > There is already a patch for the af_packet kvlist leak in review: > > http://dpdk.org/ml/archives/dev/2015-March/015049.html > > The eth_null and pcap issues haven't been addressed yet though. > > John > > Hi John, Thanks, I will remove af_packet fixinig, and submit it again. Tetsuya