From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Ibo0scS/bYNuapGBZs/hV/INhX9e7RkhJwc07SL3aN8=; b=D66otVQ25hgKSeqPv6xI3LclVD1XQoEI4Er++vbVUsHgqybuN1ZyXxu/kpkbYGOTxH oNflzclsHjDvsXcN7v+MdsOctaeWj8q8vnN83WEI3tzyPOEVMxj9hyVLxwrGyCK8UuOa UHNq2g4MNzWWC1/gUtIQ0x+HGPji+M/1V6PQGnSDVvqjzRmP4rNtZLy/oSoTyN9JXlvW K9CJYRk5yLberEvE/PQSMpq4OuQ1YBXFgtDx/cp+cFMuW8TppO/nKPVYj3cwjqiFaBcT cxLoo4OkrSuAg0EI7xvZ9iX6DJIXd5Q4M3AxRMzkrzVppUm1f39zQLY+yTx8IJbG2K9p nUYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Ibo0scS/bYNuapGBZs/hV/INhX9e7RkhJwc07SL3aN8=; b=LF8+0feD4KH+HTtBNSwOf7vA/3crzmDQuSgwFgsXIhQojNyShTxVNunRBgsKIR9Sf/ 7xz59gvIrr1S46Bk0Prbw7rilNtBaXQcpDDfcKGtio731KH/kMBIoH5Owc0AjdCSKkzN k9kiuFTBEpTwqx2XbBasPOxRtJCPteqbQU5KMJKF7awPZf1HHBjrXDUzwXFQtUkXT41/ xxGaihj6FhHZqsGTeyUMXRqVEdO+oz1Tl+nlLmZk6+pP7nsYl3zkEjXDuUyB06IC3qMC CaOy68jF1JKzb22R8j8FH8Y9aCLZwqHDX8A1fHziBiRCwWC9G6s8ijbIbavHbvqGmapR E52A== X-Gm-Message-State: AA6/9RnVoiF9ktzypNW0BmJMRjYaNPK1FcxxS1QGf4H6IOxj25AtbfOgQbSDjTzT47We93XH X-Received: by 10.28.138.140 with SMTP id m134mr13040999wmd.92.1474883774523; Mon, 26 Sep 2016 02:56:14 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q10sm10351469wme.6.2016.09.26.02.56.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Sep 2016 02:56:13 -0700 (PDT) From: Thomas Monjalon To: Wei Dai Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Mon, 26 Sep 2016 11:56:12 +0200 Message-ID: <1628133.kF7SlYuiGJ@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1474882625-67916-1-git-send-email-wei.dai@intel.com> References: <1474882625-67916-1-git-send-email-wei.dai@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/test: remove large lpm test head file 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:56:14 -0000 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)