From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: remove large lpm test head file Date: Mon, 26 Sep 2016 11:56:12 +0200 Message-ID: <1628133.kF7SlYuiGJ@xps13> References: <1474882625-67916-1-git-send-email-wei.dai@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Wei Dai Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id B945F5588 for ; Mon, 26 Sep 2016 11:56:14 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id 197so22926674wmk.1 for ; Mon, 26 Sep 2016 02:56:14 -0700 (PDT) In-Reply-To: <1474882625-67916-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" 2016-09-26 17:37, Wei Dai: > 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 > --- > 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 Whaouh! Good news :) This file is 21 MB. It should help to reduce the size of a tarball. Are you working also on the IPv6 flavour? (7 MB to save)