From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id C56C7B477 for ; Fri, 13 Feb 2015 11:37:11 +0100 (CET) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YMDg8-0004Y3-Mn; Fri, 13 Feb 2015 11:41:00 +0100 Message-ID: <54DDD3CD.8030209@6wind.com> Date: Fri, 13 Feb 2015 11:37:01 +0100 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 MIME-Version: 1.0 To: Declan Doherty , dev@dpdk.org References: <1423823246-32211-1-git-send-email-declan.doherty@intel.com> In-Reply-To: <1423823246-32211-1-git-send-email-declan.doherty@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] bond: fix for kvlist memory leak on rte_kvargs_process failure identified by klockwork scan 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: Fri, 13 Feb 2015 10:37:12 -0000 Hi, On 02/13/2015 11:27 AM, Declan Doherty wrote: > Signed-off-by: Declan Doherty > --- > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 49 ++++++++++++++++++---------------- > 1 file changed, 26 insertions(+), 23 deletions(-) > Acked-by: Olivier Matz