From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 39D32959 for ; Mon, 16 Mar 2015 12:07:04 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 16 Mar 2015 04:07:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,409,1422950400"; d="scan'208";a="665800786" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2015 04:07:03 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by irsmsx105.ger.corp.intel.com ([169.254.7.117]) with mapi id 14.03.0195.001; Mon, 16 Mar 2015 11:07:01 +0000 From: "Mcnamara, John" To: Tetsuya Mukawa , "dev@dpdk.org" Thread-Topic: [PATCH] pcap,af_packet,null: Fix memory leaks of 'struct rte_kvargs' Thread-Index: AQHQX5tdf3S2RtknPUuA9pElDLn8TZ0e8i3Q Date: Mon, 16 Mar 2015 11:07:00 +0000 Message-ID: References: <1426477376-13385-1-git-send-email-mukawa@igel.co.jp> In-Reply-To: <1426477376-13385-1-git-send-email-mukawa@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] pcap, af_packet, null: Fix memory leaks of 'struct rte_kvargs' X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 11:07:04 -0000 > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Monday, March 16, 2015 3:43 AM > To: dev@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