[dpdk-dev] [PATCH v7 02/10] buildtools: add script for updating symbols abi version

Thomas Monjalon thomas at monjalon.net
Tue Nov 19 15:01:49 CET 2019


08/11/2019 17:25, Anatoly Burakov:
> From: Pawel Modrak <pawelx.modrak at intel.com>
> 
> Add a script that automatically merges all stable ABI's under one
> ABI section with the new version, while leaving experimental
> section exactly as it is.
> 
> Signed-off-by: Pawel Modrak <pawelx.modrak at intel.com>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> --- /dev/null
> +++ b/buildtools/update_version_map_abi.py
> +"""
> +A Python program to update the ABI version and function names in a DPDK
> +lib_*_version.map file. Called from the buildtools/update_abi.sh utility.
> +"""

Clearly this script is doing more than updating a version number and names.
I already see more in the commit log.
Please would you like to add something in this description?




More information about the dev mailing list