From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9C07537B4 for ; Mon, 26 Sep 2016 11:19:00 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 26 Sep 2016 02:18:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,398,1470726000"; d="scan'208";a="173191985" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.62]) by fmsmga004.fm.intel.com with SMTP; 26 Sep 2016 02:18:47 -0700 Received: by (sSMTP sendmail emulation); Mon, 26 Sep 2016 10:18:46 +0025 Date: Mon, 26 Sep 2016 10:18:45 +0100 From: Bruce Richardson To: Wei Dai Cc: dev@dpdk.org Message-ID: <20160926091845.GA15224@bricha3-MOBL3> References: <1474874288-43458-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: <1474874288-43458-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] app/test: reduce lpm test case size 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: Mon, 26 Sep 2016 09:19:01 -0000 On Mon, Sep 26, 2016 at 03:18:08PM +0800, Wei Dai wrote: > remove large file app/test/test_lpm_routes.h and > add code to auto-generate similar large route rule > talbe which keeps same depth and IP class distribution > as previous one in test_lpm_routes.h . > With the rule table auto-generated at run time, > the performance of looking up keep similar to that > from pervious constant talbe. > > Signed-off-by: Wei Dai > --- > app/test/test_lpm.c | 2 +- > app/test/test_lpm_perf.c | 268 +- > app/test/test_lpm_routes.h | 1076861 ----------------------------------------- > 3 files changed, 266 insertions(+), 1076865 deletions(-) > delete mode 100644 app/test/test_lpm_routes.h > Hi, thanks for the work to shrink our release size! Since this patch is so huge due to the deleted file, can you please use "-D" flag when running "git format-patch" to generate any subsequent versions of this. Thanks, /Bruce