From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: mempool destroy Date: Mon, 01 Jun 2015 09:47:23 +0200 Message-ID: <556C0E0B.5040403@6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Dax Rawal Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id CE51C5A97 for ; Mon, 1 Jun 2015 09:46:54 +0200 (CEST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, On 05/29/2015 11:04 PM, Dax Rawal wrote: > Hi, > How does one return (or destroy) ret_mempool that was created by > rte_mempool_create() ? Currently it's not possible but it seems it would be a nice improvement to mempool library. Sergio recently submitted a patch to delete memzones, it would probably solve your issue. See: http://dpdk.org/ml/archives/dev/2015-May/017470.html Regards, Olivier > > Thanks. >