Re: [dpdk-dev] [PATCH v2] devtools: check orphan symbols in map files

2018-05-29 Thread Thomas Monjalon
27/05/2018 23:54, Thomas Monjalon: > The script check-symbol-maps.sh finds the symbols exported > in a map file but not referenced in the codebase. > > Suggested-by: Pavan Nikhilesh > Signed-off-by: Thomas Monjalon > --- > v2: > - rewrite Python script from Pavan in a smaller shell script >

[dpdk-dev] [PATCH v2] devtools: check orphan symbols in map files

2018-05-27 Thread Thomas Monjalon
The script check-symbol-maps.sh finds the symbols exported in a map file but not referenced in the codebase. Suggested-by: Pavan Nikhilesh Signed-off-by: Thomas Monjalon --- v2: - rewrite Python script from Pavan in a smaller shell script - check symbol as whole word (-w) - print one