From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] app/test: remove large lpm test head file Date: Wed, 28 Sep 2016 09:41:55 +0100 Message-ID: <20160928084154.GA43788@bricha3-MOBL3> References: <1474882625-67916-1-git-send-email-wei.dai@intel.com> <1474997907-24982-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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B1E5A5599 for ; Wed, 28 Sep 2016 10:41:58 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1474997907-24982-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 Wed, Sep 28, 2016 at 01:38:27AM +0800, Wei Dai wrote: > remove the large file app/test/test_lpm_routes.h and add codes 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 > --- Can you perhaps indicate what has changed between v1 and v2, it helps those of us looking to review the patch. [The best way to do so is to place details of diffs in each version underneath the cut line "---".] Regards, /Bruce