mbox series

[v8,0/2] devtools: scripts to count and track symbols

Message ID 20210806175412.872237-1-mdr@ashroe.eu (mailing list archive)
Headers
Series devtools: scripts to count and track symbols |

Message

Ray Kinsella Aug. 6, 2021, 5:54 p.m. UTC
  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 fix pylint errors
v3: sent with the correct in-reply-to
v4: fix typos picked up by the CI
v5: fix terminal_size & directory args
v6: added list-expired, to list expired experimental symbols
v7: fix typo in comments
v8: added tool to notify maintainers of expired symbols

Ray Kinsella (2):
  devtools: script to track map symbols
  devtools: script to send notifications of expired symbols

 devtools/notify-symbol-maintainers.py | 224 ++++++++++++++
 devtools/symbol-tool.py               | 402 ++++++++++++++++++++++++++
 2 files changed, 626 insertions(+)
 create mode 100755 devtools/notify-symbol-maintainers.py
 create mode 100755 devtools/symbol-tool.py

--
2.26.2