From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] lpm: fix tlb8 only not freed for depth=24 Date: Tue, 2 Aug 2016 16:49:29 +0100 Message-ID: <20160802154928.GA17728@bricha3-MOBL3> References: <1470035000-72828-1-git-send-email-wei.dai@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Wei Dai Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1D58E2C60 for ; Tue, 2 Aug 2016 17:49:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1470035000-72828-1-git-send-email-wei.dai@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 Mon, Aug 01, 2016 at 03:03:20PM +0800, Wei Dai wrote: > When all rules with depth > 24 are deleted in a same tlb8 group > and only leave a rule with depth <= 24 in this group, the tlb8 > group should be recycled. > The title needs a bit of rewording, I think e.g. lpm: fix freeing unused sub-table on rule delete Otherwise: Acked-by: Bruce Richardson