From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id A039EA0096
	for <public@inbox.dpdk.org>; Mon,  8 Apr 2019 15:46:15 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id A038D2C54;
	Mon,  8 Apr 2019 15:46:14 +0200 (CEST)
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 9A4042B95;
 Mon,  8 Apr 2019 15:46:12 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 08 Apr 2019 06:46:11 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,325,1549958400"; d="scan'208";a="140932089"
Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159])
 by orsmga003.jf.intel.com with ESMTP; 08 Apr 2019 06:46:10 -0700
Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by
 IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS)
 id 14.3.408.0; Mon, 8 Apr 2019 14:39:04 +0100
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by
 irsmsx112.ger.corp.intel.com ([169.254.1.101]) with mapi id 14.03.0415.000;
 Mon, 8 Apr 2019 14:39:04 +0100
From: "Iremonger, Bernard" <bernard.iremonger@intel.com>
To: Shahaf Shuler <shahafs@mellanox.com>, "Lu, Wenzhuo"
 <wenzhuo.lu@intel.com>, "Wu, Jingjing" <jingjing.wu@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>, "rasland@mellanox.com"
 <rasland@mellanox.com>, "thomas@monjalon.net" <thomas@monjalon.net>, "Yigit,
 Ferruh" <ferruh.yigit@intel.com>, "stable@dpdk.org" <stable@dpdk.org>
Thread-Topic: [PATCH v2 1/3] app/testpmd: fix mempool free on exit
Thread-Index: AQHU6qVdTlyRep5csEasSaAa+4qL56YyS0WQ
Date: Mon, 8 Apr 2019 13:39:03 +0000
Message-ID:
 <8CEF83825BEC744B83065625E567D7C260D86619@IRSMSX108.ger.corp.intel.com>
References: <cover.1554114165.git.shahafs@mellanox.com>
 <cover.1554354506.git.shahafs@mellanox.com>
 <12ce667683e47d94bb0debea9af481b87a3fba6f.1554354506.git.shahafs@mellanox.com>
In-Reply-To: <12ce667683e47d94bb0debea9af481b87a3fba6f.1554354506.git.shahafs@mellanox.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTYzNWJiZTQtODJmNi00ZjA5LTgzZTMtYjJlZGZmZmM0NjI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN251Sk4rd1k4R1hvMHlxMFhVWTZMRGREMmhFRGZHUTVib0piMUtSbEdXQUhMWU9EZXhmZXNpenBrUjY4RkQrTSJ9
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.600.7
dlp-reaction: no-action
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 1/3] app/testpmd: fix mempool free on exit
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>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Message-ID: <20190408133903.sO1_oib2khOI2OjMN4AwNbMcyYN0dWIB5BSgLOEZC4U@z>

> -----Original Message-----
> From: Shahaf Shuler [mailto:shahafs@mellanox.com]
> Sent: Thursday, April 4, 2019 6:15 AM
> To: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Iremonger, Bernard <bernard.iremonger@intel.com>
> Cc: dev@dpdk.org; rasland@mellanox.com; thomas@monjalon.net; Yigit,
> Ferruh <ferruh.yigit@intel.com>; stable@dpdk.org
> Subject: [PATCH v2 1/3] app/testpmd: fix mempool free on exit
>=20
> Allocated mempools were never free. it is bad practice.
>=20
> Fixes: af75078fece3 ("first public release")
> Cc: stable@dpdk.org
>=20
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>=20