From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <remy.horton@intel.com> Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 413B756A3; Wed, 1 Aug 2018 12:36:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2018 03:36:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,431,1526367600"; d="scan'208";a="76365964" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.179.30]) ([163.33.179.30]) by fmsmga004.fm.intel.com with ESMTP; 01 Aug 2018 03:36:11 -0700 To: Reshma Pattan <reshma.pattan@intel.com>, dev@dpdk.org References: <1532623808-18558-1-git-send-email-reshma.pattan@intel.com> Cc: stable@dpdk.org From: Remy Horton <remy.horton@intel.com> Organization: Intel Shannon Limited Message-ID: <cda0ed18-dcd9-175a-604d-e7cce764785f@intel.com> Date: Wed, 1 Aug 2018 11:36:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1532623808-18558-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] lib/latencystats: free up the memzone X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 01 Aug 2018 10:36:17 -0000 On 26/07/2018 17:50, Reshma Pattan wrote: > Free up the memzone allocated during the > rte_latencystats_init(). > > Fixes: 5cd3cac9ed ("latency: added new library for latency stats") > CC: stable@dpdk.org > CC: remy.horton@intel.com > > Signed-off-by: Reshma Pattan <reshma.pattan@intel.com> Acked-by: Remy Horton <remy.horton@intel.com>