From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 5/5] test: change lpm routes file from header to data file Date: Sat, 16 Jul 2016 01:05:28 +0200 Message-ID: <1599312.dUSpteANtl@xps13> References: <1465909410-4668-1-git-send-email-nikita@elyzion.net> <1468512382-30412-1-git-send-email-bruce.richardson@intel.com> <1468512382-30412-6-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson , Nikita Kozlov 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 05BCA5679 for ; Sat, 16 Jul 2016 01:05:30 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id f126so41820696wma.1 for ; Fri, 15 Jul 2016 16:05:30 -0700 (PDT) In-Reply-To: <1468512382-30412-6-git-send-email-bruce.richardson@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-07-14 17:06, Bruce Richardson: > Change the file extension of the test_lpm_routes file from .h to .dat. > This makes the lines-of-code counts for DPDK more realistic as they are not > affected by the huge counts from the lpm data. > > Signed-off-by: Bruce Richardson > --- > app/test/Makefile | 2 +- > app/test/{test_lpm_routes.h => test_lpm_routes.dat} | 0 The size of the git tree significantly increase after renaming this file: git -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 -c gc.rerereresolved=0 -c gc.rerereunresolved=0 -c gc.pruneExpire=now gc --aggressive && du -sk .git 28272 .git git am git -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 -c gc.rerereresolved=0 -c gc.rerereunresolved=0 -c gc.pruneExpire=now gc --aggressive && du -sk .git 33188 .git I think it would be better to replace this huge file by a script generating the test resource.