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 236693238 for ; Mon, 26 Sep 2016 11:32:58 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 26 Sep 2016 02:32:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,398,1470726000"; d="scan'208";a="173195513" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.62]) by fmsmga004.fm.intel.com with SMTP; 26 Sep 2016 02:32:57 -0700 Received: by (sSMTP sendmail emulation); Mon, 26 Sep 2016 10:32:55 +0025 Date: Mon, 26 Sep 2016 10:32:55 +0100 From: Bruce Richardson To: Wei Dai Cc: dev@dpdk.org Message-ID: <20160926093255.GB15224@bricha3-MOBL3> References: <1474874288-43458-1-git-send-email-wei.dai@intel.com> <20160926091845.GA15224@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160926091845.GA15224@bricha3-MOBL3> 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:32:59 -0000 On Mon, Sep 26, 2016 at 10:18:45AM +0100, Bruce Richardson wrote: > 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. > Also, since this patch is so big, it didn't make it to the list or patchwork. Please regenerate using "git format-patch -D" and resubmit. Thanks, /Bruce