Re: [dpdk-dev] [PATCH v2] devtools: add script to find duplicated includes

2017-08-03 Thread Thomas Monjalon
15/07/2017 12:00, Thomas Monjalon: > Based on Stephen's idea (originally implemented in a Perl script), > this is a shell script to find duplicated includes in a file. > It looks for all the .c and .h files of the git repository. > > It is fast enough because automatically well parallelized. > >

[dpdk-dev] [PATCH v2] devtools: add script to find duplicated includes

2017-07-15 Thread Thomas Monjalon
Based on Stephen's idea (originally implemented in a Perl script), this is a shell script to find duplicated includes in a file. It looks for all the .c and .h files of the git repository. It is fast enough because automatically well parallelized. Suggested-by: Stephen Hemminger Signed-off-by: T