[dpdk-dev] [PATCH] devtools: script to track map symbols

2021-06-21 Thread Ray Kinsella
Script to track growth of stable and experimental symbols over releases since v19.11. Signed-off-by: Ray Kinsella --- devtools/count_symbols.py | 230 ++ 1 file changed, 230 insertions(+) create mode 100755 devtools/count_symbols.py diff --git a/devtools/cou

Re: [dpdk-dev] [PATCH] devtools: script to track map symbols

2021-06-21 Thread Kinsella, Ray
> > pylint reports some things that should be fixed. Don't worry about the naming > style > and docstring but others should be addressed. [SNIP] Ah, rookie mistake, I ran checkpatch and thought that I was all good. I will sort it out thanks. Ray K

Re: [dpdk-dev] [PATCH] devtools: script to track map symbols

2021-06-18 Thread Stephen Hemminger
On Fri, 18 Jun 2021 17:36:59 +0100 Ray Kinsella wrote: > Script to track growth of stable and experimental symbols > over releases since v19.11. > > Signed-off-by: Ray Kinsella pylint reports some things that should be fixed. Don't worry about the naming style and docstring but others should

[dpdk-dev] [PATCH] devtools: script to track map symbols

2021-06-18 Thread Ray Kinsella
Script to track growth of stable and experimental symbols over releases since v19.11. Signed-off-by: Ray Kinsella --- devtools/count_symbols.py | 230 ++ 1 file changed, 230 insertions(+) create mode 100755 devtools/count_symbols.py diff --git a/devtools/cou