From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>,
Nikita Kozlov <nikita@elyzion.net>
Cc: dev@dpdk.org
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 [thread overview]
Message-ID: <1599312.dUSpteANtl@xps13> (raw)
In-Reply-To: <1468512382-30412-6-git-send-email-bruce.richardson@intel.com>
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 <bruce.richardson@intel.com>
> ---
> 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.
next prev parent reply other threads:[~2016-07-15 23:05 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-06 12:51 [RFC PATCH 0/4] Convert lpm data from header to resource Bruce Richardson
2016-05-06 12:51 ` [RFC PATCH 1/4] test: add lpm routes as a linked resource Bruce Richardson
2016-05-06 12:51 ` [RFC PATCH 2/4] test: make all lpm routes be of unsigned type Bruce Richardson
2016-05-06 12:51 ` [RFC PATCH 3/4] test: change lpm test to use routes as resource Bruce Richardson
2016-05-06 13:02 ` Bruce Richardson
2016-05-06 12:51 ` [RFC PATCH 4/4] test: change lpm routes file from header to data file Bruce Richardson
2016-05-06 13:20 ` [RFC PATCH 0/4] Convert lpm data from header to resource Thomas Monjalon
2016-06-14 13:03 ` [PATCH " Nikita Kozlov
2016-06-14 13:03 ` [PATCH 1/4] test: make all lpm routes be of unsigned type Nikita Kozlov
2016-06-14 13:03 ` [PATCH 2/4] test: change lpm routes file from header to data file Nikita Kozlov
2016-06-14 13:03 ` [PATCH 3/4] test: change lpm test to use routes as resource Nikita Kozlov
2016-06-14 13:03 ` [PATCH 4/4] test: change lpm perf " Nikita Kozlov
2016-06-14 14:25 ` [PATCH 0/4] Convert lpm data from header to resource Thomas Monjalon
2016-07-14 16:06 ` [PATCH v2 0/5] change lpm route table from code to data Bruce Richardson
2016-07-14 16:06 ` [PATCH v2 1/5] test: fix unneeded routes table include from lpm test Bruce Richardson
2016-07-14 16:06 ` [PATCH v2 2/5] test: make all lpm routes be of unsigned type Bruce Richardson
2016-07-14 16:06 ` [PATCH v2 3/5] test: add lpm routes as a linked resource Bruce Richardson
2016-07-14 16:06 ` [PATCH v2 4/5] test: change lpm test to use routes as resource Bruce Richardson
2016-07-14 16:06 ` [PATCH v2 5/5] test: change lpm routes file from header to data file Bruce Richardson
2016-07-15 23:05 ` Thomas Monjalon [this message]
2016-07-16 9:46 ` Richardson, Bruce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599312.dUSpteANtl@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=nikita@elyzion.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.