From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/test: remove large lpm test head file Date: Thu, 13 Oct 2016 15:28:32 +0200 Message-ID: <3147956.Ra9QhlY79L@xps13> 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" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Wei Dai Return-path: Received: from mail-vk0-f48.google.com (mail-vk0-f48.google.com [209.85.213.48]) by dpdk.org (Postfix) with ESMTP id 1313A2A6C for ; Thu, 13 Oct 2016 15:28:36 +0200 (CEST) Received: by mail-vk0-f48.google.com with SMTP id b186so77719804vkb.1 for ; Thu, 13 Oct 2016 06:28:35 -0700 (PDT) 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" 2016-09-28 01:38, 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 Applied, thanks There is a comment which may be difficult to understand for newcomers. Indeed it refers to the old file app/test/test_lpm_routes.h. However it is not really an issue as this file is a *huge* part of the DPDK history ;)