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 3EC38952 for ; Tue, 2 Aug 2016 17:50:07 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 02 Aug 2016 08:50:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,461,1464678000"; d="scan'208";a="149430566" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.42]) by fmsmga004.fm.intel.com with SMTP; 02 Aug 2016 08:50:04 -0700 Received: by (sSMTP sendmail emulation); Tue, 02 Aug 2016 16:50:03 +0025 Date: Tue, 2 Aug 2016 16:50:03 +0100 From: Bruce Richardson To: Wei Dai Cc: dev@dpdk.org Message-ID: <20160802155003.GB17728@bricha3-MOBL3> References: <1470035024-72972-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: <1470035024-72972-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 2/2] app/test: add a case to verify lpm tlb8 recycle 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:50:07 -0000 On Mon, Aug 01, 2016 at 03:03:44PM +0800, Wei Dai wrote: > As a bug-fix for lpm tlb8 recycle is introduced, > add a test case to verify tlb8 group is correctly > freed when it only includes a rule with depth=24. > > Signed-off-by: Wei Dai Acked-by: Bruce Richardson