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

2023-07-06 Thread Stephen Hemminger
On Thu, 9 Sep 2021 14:48:04 +0100 Ray Kinsella wrote: > 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: re

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

2021-09-09 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