From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C06112C54; Mon, 8 Apr 2019 16:14:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 07:14:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,325,1549958400"; d="scan'208";a="289726015" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga004.jf.intel.com with ESMTP; 08 Apr 2019 07:14:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by IRSMSX107.ger.corp.intel.com ([169.254.10.246]) with mapi id 14.03.0415.000; Mon, 8 Apr 2019 15:14:23 +0100 From: "Iremonger, Bernard" To: Shahaf Shuler , "Lu, Wenzhuo" , "Wu, Jingjing" CC: "dev@dpdk.org" , "rasland@mellanox.com" , "thomas@monjalon.net" , "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [PATCH v4 1/3] app/testpmd: fix mempool free on exit Thread-Index: AQHU7P81qo5KWKUYGEOdZdU0EBiFvaYyUGtA Date: Mon, 8 Apr 2019 14:14:22 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D866B3@IRSMSX108.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDdiY2M1MzEtMzc3ZS00ZDRjLWE1MjYtMjQ4MjdkYWM1ZTk1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVVh6a0pKZ3dPRkZJRWRSTnE3K216MXhiTGluS2I4NTFHN210WkJISDlvXC83MTFMUkc4K05rcnZoc3d1eThEV3cifQ== 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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 14:14:27 -0000 > -----Original Message----- > From: Shahaf Shuler [mailto:shahafs@mellanox.com] > Sent: Sunday, April 7, 2019 6:02 AM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > Cc: dev@dpdk.org; rasland@mellanox.com; thomas@monjalon.net; Yigit, > Ferruh ; stable@dpdk.org > Subject: [PATCH v4 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 Acked-by: Bernard Iremonger From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 90ABAA0096 for ; Mon, 8 Apr 2019 16:14:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C94AD4D3A; Mon, 8 Apr 2019 16:14:29 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C06112C54; Mon, 8 Apr 2019 16:14:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 07:14:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,325,1549958400"; d="scan'208";a="289726015" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga004.jf.intel.com with ESMTP; 08 Apr 2019 07:14:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by IRSMSX107.ger.corp.intel.com ([169.254.10.246]) with mapi id 14.03.0415.000; Mon, 8 Apr 2019 15:14:23 +0100 From: "Iremonger, Bernard" To: Shahaf Shuler , "Lu, Wenzhuo" , "Wu, Jingjing" CC: "dev@dpdk.org" , "rasland@mellanox.com" , "thomas@monjalon.net" , "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [PATCH v4 1/3] app/testpmd: fix mempool free on exit Thread-Index: AQHU7P81qo5KWKUYGEOdZdU0EBiFvaYyUGtA Date: Mon, 8 Apr 2019 14:14:22 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D866B3@IRSMSX108.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDdiY2M1MzEtMzc3ZS00ZDRjLWE1MjYtMjQ4MjdkYWM1ZTk1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVVh6a0pKZ3dPRkZJRWRSTnE3K216MXhiTGluS2I4NTFHN210WkJISDlvXC83MTFMUkc4K05rcnZoc3d1eThEV3cifQ== 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 v4 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190408141422.rT0Jz1VAeRfQfw7nvEWqh96sbEvH59BB3ikwlauAMeo@z> > -----Original Message----- > From: Shahaf Shuler [mailto:shahafs@mellanox.com] > Sent: Sunday, April 7, 2019 6:02 AM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > Cc: dev@dpdk.org; rasland@mellanox.com; thomas@monjalon.net; Yigit, > Ferruh ; stable@dpdk.org > Subject: [PATCH v4 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 Acked-by: Bernard Iremonger