From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E6A6C33CB1 for ; Thu, 16 Jan 2020 11:55:19 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id C6F8520663 for ; Thu, 16 Jan 2020 11:55:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C6F8520663 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=tuxdriver.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 18A2F1C237; Thu, 16 Jan 2020 12:55:18 +0100 (CET) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 8E5B51C232; Thu, 16 Jan 2020 12:55:16 +0100 (CET) Received: from 2606-a000-111b-43ee-0000-0000-0000-115f.inf6.spectrum.com ([2606:a000:111b:43ee::115f] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1is3jn-0004Ow-12; Thu, 16 Jan 2020 06:55:03 -0500 Date: Thu, 16 Jan 2020 06:54:58 -0500 From: Neil Horman To: David Marchand Cc: Ray Kinsella , Thomas Monjalon , Cristian Dumitrescu , dpdk stable , dev , Eelco Chaudron , Kevin Traynor , Ian Stokes , Ilya Maximets , Luca Boccassi , "Yigit, Ferruh" Message-ID: <20200116115458.GB3282@hmswarspite.think-freely.org> References: <20191217130742.165886.15691.stgit@netdev64> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] meter: move RFC4115 trTCM APIs as none experimental 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 Thu, Jan 16, 2020 at 12:25:06PM +0100, David Marchand wrote: > On Tue, Dec 17, 2019 at 2:08 PM Eelco Chaudron wrote: > > > > Moved RFC4115 APIs to none experimental as they have been there > > since 19.02. Also, these APIs are the same as the none RFC4115 APIs. > > > > Signed-off-by: Eelco Chaudron > > There is a discussion on the OVS ml at the moment to get these symbols > in the stable ABI for 19.11. > I want to understand how this would be done. > > - I take this patch in 20.02, these symbols are added in the 20.0.1 ABI. > On the other hand, the 19.11 release maintains the 20.0 ABI. > > Does it mean the backport adds these symbols with the 20.0 version in > the 19.11 branch? > Or is 20.0.1 version acceptable / a thing we want? > > > - These symbol already existed in the 20.0 ABI, versioned as EXPERIMENTAL. > We can go and remove these entries since we are not bound to preserve > the experimental APIs. > But, on the other hand, nothing should prevent us from keeping some > aliases so that the symbols versioned EXPERIMENTAL are still available > to existing users. > I would say that choice is up to you. If you want to alias them to be nice to prior users, thats fine by me. But experimental means experimental, and so users have to be prepared to rebuild when things change, even if that change is changing the version from experimental to a concrete version. Neil > > -- > David Marchand > >