Re: [dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols

2021-09-03 Thread Kinsella, Ray
On 01/09/2021 20:04, Aaron Conole wrote: > Stephen Hemminger writes: > >> On Wed, 01 Sep 2021 08:31:27 -0400 >> Aaron Conole wrote: >> >>> $ flake8 ./usertools/dpdk-devbind.py | sed >>> 's@./usertools/dpdk-devbind.py[:0-9]* @@' | sort -u >>> E128 continuation line under-indented for visu

Re: [dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols

2021-09-01 Thread Aaron Conole
Stephen Hemminger writes: > On Wed, 01 Sep 2021 08:31:27 -0400 > Aaron Conole wrote: > >> $ flake8 ./usertools/dpdk-devbind.py | sed >> 's@./usertools/dpdk-devbind.py[:0-9]* @@' | sort -u >> E128 continuation line under-indented for visual indent >> E302 expected 2 blank lines, found 1 >>

Re: [dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols

2021-09-01 Thread Stephen Hemminger
On Wed, 01 Sep 2021 08:31:27 -0400 Aaron Conole wrote: > $ flake8 ./usertools/dpdk-devbind.py | sed > 's@./usertools/dpdk-devbind.py[:0-9]* @@' | sort -u > E128 continuation line under-indented for visual indent > E302 expected 2 blank lines, found 1 > E305 expected 2 blank lines after c

Re: [dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols

2021-09-01 Thread Aaron Conole
Ray Kinsella writes: > Scripts to count and track the lifecycle of DPDK symbols. > > The symbol-tool script reports on the growth of symbols over releases > and list expired symbols. The notify-symbol-maintainers script > consumes the input from symbol-tool and generates email notifications > of

[dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols

2021-08-31 Thread Ray Kinsella
Scripts to count and track the lifecycle of DPDK symbols. The symbol-tool script reports on the growth of symbols over releases and list expired symbols. The notify-symbol-maintainers script consumes the input from symbol-tool and generates email notifications of expired symbols. v2: reworked to