From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id B5CE52C1A for ; Wed, 16 Mar 2016 14:11:23 +0100 (CET) Received: from [10.16.0.195] (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id A308D299A9 for ; Wed, 16 Mar 2016 14:10:40 +0100 (CET) Message-ID: <56E95B6E.3070500@6wind.com> Date: Wed, 16 Mar 2016 14:11:10 +0100 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: dev@dpdk.org References: <1458044751-365-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1458044751-365-1-git-send-email-olivier.matz@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] lpm: fix memory leak 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: Wed, 16 Mar 2016 13:11:23 -0000 On 03/15/2016 01:25 PM, Olivier Matz wrote: > Internal lpm structures are not properly freed. Seen with the > lpm6 autotest. > > Signed-off-by: Olivier Matz > --- > lib/librte_lpm/rte_lpm.c | 3 +++ > lib/librte_lpm/rte_lpm6.c | 1 + > 2 files changed, 4 insertions(+) > Self-nack, Christian already submitted a series about it: http://dpdk.org/dev/patchwork/patch/11543/ http://dpdk.org/dev/patchwork/patch/11544/ http://dpdk.org/dev/patchwork/patch/11545/