[dpdk-dev] [PATCH v10 2/3] devtools: script to send notifications of expired symbols
David Marchand
david.marchand at redhat.com
Wed Sep 1 15:01:03 CEST 2021
Hello Ray,
On Tue, Aug 31, 2021 at 4:51 PM Ray Kinsella <mdr at ashroe.eu> 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 at networkplumber.org
> EOF
To:Ray Kinsella <mdr at ashroe.eu>, Thomas Monjalon <thomas at monjalon.net>
Reply-To:no-reply at 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 <vladimir.medvedkin at intel.com>, stephen at networkplumber.org
Reply-To:no-reply at dpdk.org
CC:Ray Kinsella <mdr at ashroe.eu>, Thomas Monjalon <thomas at monjalon.net>
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 at networkplumber.org
--------------------------------------------------------------------------------
--
David Marchand
More information about the dev
mailing list