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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B0FC0C433E2 for ; Fri, 26 Jun 2020 09:25:46 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 6F3B8214D8 for ; Fri, 26 Jun 2020 09:25:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6F3B8214D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.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 5E4FA1BE88; Fri, 26 Jun 2020 11:25:45 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D3F7A1BE83; Fri, 26 Jun 2020 11:25:43 +0200 (CEST) IronPort-SDR: VyaJnUwfG5rhJzNBXelpdlEkHs6FSjEqZeXJggnfRWD0x4bvn0IqcQvF/C86olUZK6uQzU5SiP 7alamN2mvUvw== X-IronPort-AV: E=McAfee;i="6000,8403,9663"; a="163316832" X-IronPort-AV: E=Sophos;i="5.75,283,1589266800"; d="scan'208";a="163316832" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2020 02:25:42 -0700 IronPort-SDR: WSbgObN7ikArOjigu5Z9fiSaD4FftOKx9kBbEX14uPo+17ERCWCgGJo2R56g0ETn359CiJbN/m a7h+BA1WMj+Q== X-IronPort-AV: E=Sophos;i="5.75,283,1589266800"; d="scan'208";a="453308662" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.81.147]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 26 Jun 2020 02:25:40 -0700 Date: Fri, 26 Jun 2020 10:25:37 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, honnappa.nagarahalli@arm.com, techboard@dpdk.org Message-ID: <20200626092537.GA1155@bricha3-MOBL.ger.corp.intel.com> References: <20200522065855.31056-1-david.marchand@redhat.com> <20200626081638.29890-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200626081638.29890-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [dpdk-techboard] [PATCH v3 0/3] Experimental/internal libraries cleanup 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 Fri, Jun 26, 2020 at 10:16:35AM +0200, David Marchand wrote: > Following discussions on the mailing list and the 05/20 TB meeting, here > is a series that drops the special versioning for non stable libraries. > > Two notes: > > - RIB/FIB library is not referenced in the API doxygen index, is this > intentional? > - I inspected MAINTAINERS: librte_gro, librte_member and librte_rawdev are > announced as experimental while their functions are part of the 20 > stable ABI (in .map files + no __rte_experimental marking). > Their fate must be discussed. > > Changes since v2: > - added librte_graph and librte_node missed when rebasing to 20.05, > > Changes since v1: > - rebased on master, > - removed mention of 0 version in abi docs, > - updated wording in experimental banner and abi docs following Honnappa > comment, > > > -- > David Marchand > > David Marchand (3): > build: remove special versioning for non stable libraries > drivers: drop workaround for internal libraries > lib: remind experimental status in library headers > The build changes, and patchset as a whole, look ok to me and good to see the code simplified by this. Series-acked-by: Bruce Richardson