[dpdk-dev] [PATCH v8 04/12] buildtools: add script for updating symbols abi version

David Marchand david.marchand at redhat.com
Wed Nov 20 21:05:34 CET 2019


On Wed, Nov 20, 2019 at 6:24 PM Anatoly Burakov
<anatoly.burakov at intel.com> wrote:
> diff --git a/buildtools/update_version_map_abi.py b/buildtools/update_version_map_abi.py
> new file mode 100755
> index 0000000000..87fed54653
> --- /dev/null
> +++ b/buildtools/update_version_map_abi.py
> @@ -0,0 +1,175 @@
> +#!/usr/bin/env python
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2019 Intel Corporation
> +
> +"""
> +A Python program that updates and merges all available stable ABI versions into
> +one ABI version, while leaving experimental ABI exactly as it is. The intended
> +ABI version is supplied via command-line parameter. This script is to be called
> +from the buildtools/update_abi.sh utility.

update-abi.sh

Will fix while applying.


-- 
David Marchand



More information about the dev mailing list