From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1C4C82935 for ; Wed, 12 Oct 2016 15:29:40 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 12 Oct 2016 06:29:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,482,1473145200"; d="scan'208";a="1063810914" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.109]) ([163.33.230.109]) by orsmga002.jf.intel.com with ESMTP; 12 Oct 2016 06:29:24 -0700 To: Reshma Pattan , dev@dpdk.org References: <1475599342-12338-1-git-send-email-reshma.pattan@intel.com> From: Remy Horton Organization: Intel Shannon Limited Message-ID: <025eb9a9-caaa-3bf2-91fb-606ef466ff75@intel.com> Date: Wed, 12 Oct 2016 14:29:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1475599342-12338-1-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] dpdk-procinfo: free allocated xstats memory upon failure 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, 12 Oct 2016 13:29:41 -0000 On 04/10/2016 17:42, Reshma Pattan wrote: > Some of the failures cases inside the nic_xstats_display() > function doesn't free the allocated memory for the xstats and > their names, memory is freed now. > > Fixes: e2aae1c1 ("ethdev: remove name from extended statistic fetch") > Fixes: 22561383 ("app: replace dump_cfg by proc_info") > > Signed-off-by: Reshma Pattan Acked-by: Remy Horton