From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5085BA04C7; Wed, 20 Nov 2019 21:05:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AA0A2271; Wed, 20 Nov 2019 21:05:51 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 6C03923D for ; Wed, 20 Nov 2019 21:05:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574280349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4bDpDPek/ZzTsIE5U898VSlCFEQQu/76VYe4Nzj4+cA=; b=Kgwm/Zj0R7GzYA6roF3ZyvDOuw1DXpb0pEao8X6aduDbCCkdijHV0SRh87FD/izaOy7hh1 6O9/gwP07Lv+9gSYW2UzJAkC2LXYjrhTTOq8580HpC6fttOWOO8ejb59c4lVyK91Gz+EkE 8rLSRpCYh/gVVAF4Th0M/iO6cek4fag= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-285-4JCpTDu2OouA359upAYDRQ-1; Wed, 20 Nov 2019 15:05:48 -0500 Received: by mail-ua1-f70.google.com with SMTP id j7so203043uan.11 for ; Wed, 20 Nov 2019 12:05:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bS9JqZAOCF5lg3UMoowxxiSfEQmCnhQPXI17Mv+EWlg=; b=RqaMjFcxz/oPCjITGYmaxAOt3hRRg4gYSNMBiXLmYOSrtGSZoca0YsqmZ5pPdGmxT3 ouOPu+1bXHmYzXJdlrzT3T0UnogljCH1ue38JAhvThD2efTR/Ce/un7BE7OIok1LvPAg ufmt5kCbbeISFqSNJEYOBzK6BT2xUiSnj7rkw9otedVjfIckSvoxOM1wAkFoX5osM1lC PnLNXsD1IrFr6KZj65s4P6M0N7poq93+oYKw33h+JhHmS2IE1ylSaDNdMPrd/uRPaa8L eWPmhEYcC/NB6baSxbZ7ilfJ6K9yDpgwggd8OVtGfUKiWi16I9Y7Q7/APWacREV0AFso 8XHw== X-Gm-Message-State: APjAAAWthdWa7ZQ0XILkN7xznXN+RQSjo0EwITC/JQ0nCflaTr/X27MB UqwZ5ucrAtcTvkrIJQiN841kFvzqgJO0PzZkDvr2vnSKk64YQeNd49d75Oei0e7+k6VguWhFbU4 XtDSl1Qdh3i1FHBZ5/6s= X-Received: by 2002:ab0:189a:: with SMTP id t26mr3081724uag.87.1574280346576; Wed, 20 Nov 2019 12:05:46 -0800 (PST) X-Google-Smtp-Source: APXvYqz57qFsKwcldN60WjoCsLLruXhumljSLSmIgHxv6FAG9wPEXFppKBSP3kKlLAGK9dJt9nKFHXlmWnh0wDI59FM= X-Received: by 2002:ab0:189a:: with SMTP id t26mr3081698uag.87.1574280346101; Wed, 20 Nov 2019 12:05:46 -0800 (PST) MIME-Version: 1.0 References: <623a108a040152d3fce713d8b09d0b0157ddc67e.1574270323.git.anatoly.burakov@intel.com> In-Reply-To: <623a108a040152d3fce713d8b09d0b0157ddc67e.1574270323.git.anatoly.burakov@intel.com> From: David Marchand Date: Wed, 20 Nov 2019 21:05:34 +0100 Message-ID: To: Anatoly Burakov Cc: dev , Pawel Modrak , "Mcnamara, John" , "Kinsella, Ray" , Bruce Richardson , Thomas Monjalon X-MC-Unique: 4JCpTDu2OouA359upAYDRQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v8 04/12] buildtools: add script for updating symbols abi version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Nov 20, 2019 at 6:24 PM Anatoly Burakov wrote: > diff --git a/buildtools/update_version_map_abi.py b/buildtools/update_ver= sion_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 versio= ns into > +one ABI version, while leaving experimental ABI exactly as it is. The in= tended > +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. --=20 David Marchand