From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 02 Aug 2016 08:49:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,461,1464678000"; d="scan'208";a="149430123" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.42]) by fmsmga004.fm.intel.com with SMTP; 02 Aug 2016 08:49:29 -0700 Received: by (sSMTP sendmail emulation); Tue, 02 Aug 2016 16:49:29 +0025 Date: Tue, 2 Aug 2016 16:49:29 +0100 From: Bruce Richardson To: Wei Dai Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1470035000-72828-1-git-send-email-wei.dai@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/2] lpm: fix tlb8 only not freed for depth=24 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 15:49:33 -0000 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