On 2015/03/16 20:07, Mcnamara, John wrote: >> -----Original Message----- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Monday, March 16, 2015 3:43 AM >> To: dev at dpdk.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