Re: [dpdk-dev] [PATCH v10 2/3] devtools: script to send notifications of expired symbols
From: David Marchand <hidden>
Date: 2021-09-01 13:01:25
Hello Ray, On Tue, Aug 31, 2021 at 4:51 PM Ray Kinsella [off-list ref] wrote:
Use this script with the output of the DPDK symbol tool, to notify maintainers of expired symbols by email. You need to define the environment variable DPDK_GETMAINTAINER_PATH for this tool to work. Use terminal output to review the emails before sending.
Two comments: - there are references of a previous name for the script, %s/notify_expired_symbols.py/notify-symbol-maintainers.py/g - and a reminder for the empty report that we received yesterday. I think this can be reproduced with: $ DPDK_GETMAINTAINER_PATH=devtools/get_maintainer.pl devtools/notify-symbol-maintainers.py --format-output terminal <<EOF
mapfile,expired (v21.08,v19.11),contributor name,contributor email lib/rib,rte_rib6_get_ip,Stephen Hemminger,stephen@networkplumber.org EOF
To:Ray Kinsella [off-list ref], Thomas Monjalon [off-list ref] Reply-To:no-reply@dpdk.org Subject:Expired symbols in Body:Hi there, Please note the symbols listed below have expired. In line with the DPDK ABI policy, they should be scheduled for removal, in the next DPDK release. For more information, please see the DPDK ABI Policy, section 3.5.3. https://doc.dpdk.org/guides/contributing/abi_policy.html Thanks, The DPDK Symbol Bot Symbol Contributor Email -------------------------------------------------------------------------------- ^^^^ Here, empty report. To:Vladimir Medvedkin [off-list ref], stephen@networkplumber.org Reply-To:no-reply@dpdk.org CC:Ray Kinsella [off-list ref], Thomas Monjalon [off-list ref] Subject:Expired symbols in lib/rib Body:Hi there, Please note the symbols listed below have expired. In line with the DPDK ABI policy, they should be scheduled for removal, in the next DPDK release. For more information, please see the DPDK ABI Policy, section 3.5.3. https://doc.dpdk.org/guides/contributing/abi_policy.html Thanks, The DPDK Symbol Bot Symbol Contributor Email rte_rib6_get_ip Stephen Hemminger stephen@networkplumber.org -------------------------------------------------------------------------------- -- David Marchand