From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: reduce lpm6 test case size Date: Thu, 13 Oct 2016 15:41:25 +0200 Message-ID: <1738767.QkzSyCTAcH@xps13> References: <1475172693-23704-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-yw0-f175.google.com (mail-yw0-f175.google.com [209.85.161.175]) by dpdk.org (Postfix) with ESMTP id EAFDF231C for ; Thu, 13 Oct 2016 15:41:27 +0200 (CEST) Received: by mail-yw0-f175.google.com with SMTP id u124so53346718ywg.3 for ; Thu, 13 Oct 2016 06:41:27 -0700 (PDT) In-Reply-To: <1475172693-23704-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-30 02:11, Wei Dai: > copy app/test/test_lpm6_routes.h to app/test/test_lpm6_data.h . > and then delete app/test/test_lpm6_routes.h and clear the > large_ips_table[ ] to make LPM6 test case size much smaller than > before. Also add codes in app/test/test_lpm6_data.h to generate test > data in large_ips_table[ ] at run time. > > Signed-off-by: Wei Dai Applied, thanks