From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] hash: free internal ring when freeing hash Date: Tue, 27 Oct 2015 11:38:32 +0000 Message-ID: <20151027113831.GA9636@bricha3-MOBL3> References: <1443802033-245423-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A58B2374E for ; Tue, 27 Oct 2015 12:38:35 +0100 (CET) Content-Disposition: inline In-Reply-To: <1443802033-245423-1-git-send-email-pablo.de.lara.guarch@intel.com> 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" On Fri, Oct 02, 2015 at 05:07:13PM +0100, Pablo de Lara wrote: > Since freeing a ring is now possible, then when freeing > a hash table, its internal ring can be freed as well. > Therefore when a new table, with the same name as a previously > freed table, is created, there is no need to look up > the already allocated ring. > > Signed-off-by: Pablo de Lara Acked-by: Bruce Richardson