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 4B556A034E; Tue, 19 Nov 2019 16:38:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B9D159E4; Tue, 19 Nov 2019 16:38:58 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 8F89323D for ; Tue, 19 Nov 2019 16:38:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Nov 2019 07:38:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,324,1569308400"; d="scan'208";a="196533168" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.251.95.85]) ([10.251.95.85]) by orsmga007.jf.intel.com with ESMTP; 19 Nov 2019 07:38:54 -0800 To: Thomas Monjalon , Pawel Modrak Cc: dev@dpdk.org, john.mcnamara@intel.com, ray.kinsella@intel.com, bruce.richardson@intel.com, david.marchand@redhat.com References: <1c066505836ad4cde9e4935881c28a03d8889126.1573230233.git.anatoly.burakov@intel.com> <6374065.o3Opl9toy7@xps> From: "Burakov, Anatoly" Message-ID: Date: Tue, 19 Nov 2019 15:38:52 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <6374065.o3Opl9toy7@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 02/10] 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 19-Nov-19 2:01 PM, Thomas Monjalon wrote: > 08/11/2019 17:25, Anatoly Burakov: >> From: Pawel Modrak >> >> 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 >> Signed-off-by: Anatoly Burakov >> Acked-by: Bruce Richardson >> --- >> --- /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? > > Not sure what you're referring to. That's exactly what it's doing. What else is there that i'm missing? -- Thanks, Anatoly