From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 42CD5A00E6 for ; Tue, 16 Apr 2019 00:14:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFA891B434; Tue, 16 Apr 2019 00:14:50 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8C0691B433; Tue, 16 Apr 2019 00:14:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 301D025A86; Mon, 15 Apr 2019 18:14:49 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 15 Apr 2019 18:14:49 -0400 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=hsqslzb1n/N6bd7WZjFcXJcE9xmRiF9TfgN4XASvINE=; b=bmBK9aFE2cuT iQMMIFTudNQyg5c/DJ6fa+tR7haTVm5H68J+ACJmD6OuR9INShVU9IdzaW/vAdjI zhbBLti2w9MOtxPRWGeVAWIv6zBSj1OYofwZbB8dccB826Zw/gs4VKSTAkOsTyi/ wmckKaPj0dWzyCUzuZJ8F/zlf3u1e8A= 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=fm2; bh=hsqslzb1n/N6bd7WZjFcXJcE9xmRiF9TfgN4XASvI NE=; b=T+e7SvQmIFzjE2spHJ76XweErLz09JVuagOfm9NY/xcfJ08vZvP5nw+/i urheu0KTbDTf9RS+HIf8Gl8IdY3eo8jreV/nvILKF8XEQrDk6mU5ZrviV+RmGVPg 0F1PeUtqUUG21r7SYQYxZ2xSh4zH0EKjsnTzCeKptPJAQH4C8mdV0uKeEERcpep8 QEOQF6LFVeCgclaho9/qjsA9kEjpLYITjEMteZBlve6DZOCrlkg+GnSi3Vg694Qr YmE2VLh44rW2B1Ytc7HG5ypMkK2qLdaKhYHcPYAcHQLGP/0ASidbHMngU/2p8M0+ HpkRsI5rzYOBD/s8FkB/wQjVJ3HQQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfedtgddtiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 BDAD8103C8; Mon, 15 Apr 2019 18:14:47 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Neil Horman , stable@dpdk.org Date: Tue, 16 Apr 2019 00:14:46 +0200 Message-ID: <2439927.m73WQdCreX@xps> In-Reply-To: <20190405112204.GB18498@hmswarspite.think-freely.org> References: <1554452267-24444-1-git-send-email-david.marchand@redhat.com> <20190405112204.GB18498@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] devtools: accept experimental symbol promotion 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" Message-ID: <20190415221446.HbLNdcc_aWVsLvEiJ8gbzK2AC6lleIe_74wlra_EpC4@z> 05/04/2019 13:22, Neil Horman: > On Fri, Apr 05, 2019 at 10:17:47AM +0200, David Marchand wrote: > > Currently, when symbols get promoted from the EXPERIMENTAL section to a > > stable ABI section, the script complains they should go to the > > EXPERIMENTAL section. > > > > Example: > > ERROR: symbol rte_devargs_add is added in the DPDK_19.05 section, but is > > expected to be added in the EXPERIMENTAL section of the version map > > > > This is legit. > > Moving from a stable ABI to another is also allowed, but must have gone > > through the proper process. > > > > Fixes: 4bec48184e33 ("devtools: add checks for ABI symbol addition") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > Acked-by: Neil Horman Applied, thanks