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 5516FA034E; Tue, 19 Nov 2019 15:01:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 52095A69; Tue, 19 Nov 2019 15:01:55 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id BC4A3237 for ; Tue, 19 Nov 2019 15:01:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 6AE493AF; Tue, 19 Nov 2019 09:01:52 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 19 Nov 2019 09:01:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=asspHXciqLyQKnDPWsllIYws3GHaR1kJLMXrkgsFzLw=; b=E/06rdvE93VL u4GAVeo7X8zN/FeruPUie55bspOP07uhcEmPKQ6gbqX1GGksdlPHZDBhmz5/Sam/ PwWOcsLVEPMQwBmQ/++zzfbDxh2OCccEwDkwRXYi4kIZUBj8MxLilLOSs1C2p4Ud rsDzbKOgYgT2cvJ+6SQTv9u2q4In9IM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=asspHXciqLyQKnDPWsllIYws3GHaR1kJLMXrkgsFz Lw=; b=D1w3Qdu3Gn3kfzuZ0RSIh8CAWP8TTQDF2wDwkX7cylnYN710uOkkXou6E gBvx7Ia9F99VHuOxbY++Qp26cTNSW8R41xSXzvOZ4oV0dvousl7qRjJ51kAqDKJC nXnPLkEXKzOdkPuLJQG+sdCv1rZ+wSyG7CbulV1yA/hAQXbjfai83a9aKWdp+ABa I+25iQFjxiWzeqqr7xN/BcNN+iHbCLWuDHwAoyl2oeNIARqT8Ol5jWN3ey1mpxNd id73b6M53EjJN4ayPkXSNS9v8p67EUSY1naqq+6umM8KW7Skmc8jg+NxRutgZGzh INxr/PHib5EDLwJksMw9nU0gAnu7Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudegkedgheekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7BFF53060057; Tue, 19 Nov 2019 09:01:50 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov , Pawel Modrak Cc: dev@dpdk.org, john.mcnamara@intel.com, ray.kinsella@intel.com, bruce.richardson@intel.com, david.marchand@redhat.com Date: Tue, 19 Nov 2019 15:01:49 +0100 Message-ID: <6374065.o3Opl9toy7@xps> In-Reply-To: <1c066505836ad4cde9e4935881c28a03d8889126.1573230233.git.anatoly.burakov@intel.com> References: <1c066505836ad4cde9e4935881c28a03d8889126.1573230233.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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?