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 AE3BBA0350; Thu, 25 Jun 2020 09:21:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B9035F69; Thu, 25 Jun 2020 09:21:27 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id CB1E25F69 for ; Thu, 25 Jun 2020 09:21:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593069685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HvnDR5FmELw+2O7eHGJr6z98ui7IWrOigu32zgkS1W4=; b=GY3iInue2pPhhqbEYGOunK9igbPhVkgJLxH0dmVEAT43t3AYeX88pXscBCS9zTWXUx5hmc W8fW6CX4wsQFzs5YJr0AYptEKT8SMVRP3YPScT2yZAc34LjeZv1vqHMGn8CWzByVQKXiQD neUP4rCvnp8O/k6jUl5BYBY7nyfeXo0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-43-U0CGYgB5O0yHmESRa9dTFw-1; Thu, 25 Jun 2020 03:21:23 -0400 X-MC-Unique: U0CGYgB5O0yHmESRa9dTFw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 014D3804001; Thu, 25 Jun 2020 07:21:22 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8171B5C1D4; Thu, 25 Jun 2020 07:21:20 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, honnappa.nagarahalli@arm.com, techboard@dpdk.org Date: Thu, 25 Jun 2020 09:21:09 +0200 Message-Id: <20200625072112.22351-1-david.marchand@redhat.com> In-Reply-To: <20200522065855.31056-1-david.marchand@redhat.com> References: <20200522065855.31056-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 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" 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 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 buildtools/meson.build | 3 --- config/meson.build | 16 +++++------- devtools/check-abi.sh | 5 ---- devtools/libabigail.abignore | 25 +++++++++++++++++-- doc/guides/contributing/abi_policy.rst | 12 ++++----- doc/guides/contributing/abi_versioning.rst | 3 +-- drivers/bus/dpaa/rte_bus_dpaa_version.map | 6 ++--- drivers/bus/fslmc/rte_bus_fslmc_version.map | 6 ++--- .../common/dpaax/rte_common_dpaax_version.map | 6 ++--- .../rte_common_octeontx2_version.map | 6 ++--- .../dpaa2_sec/rte_pmd_dpaa2_sec_version.map | 6 ++--- .../dpaa_sec/rte_pmd_dpaa_sec_version.map | 6 ++--- .../mempool/dpaa/rte_mempool_dpaa_version.map | 6 ++--- .../rte_mempool_octeontx2_version.map | 6 ++--- drivers/meson.build | 17 +------------ drivers/net/dpaa2/rte_pmd_dpaa2_version.map | 6 ++--- lib/librte_bbdev/rte_bbdev.h | 3 ++- lib/librte_bpf/rte_bpf.h | 6 ++++- lib/librte_compressdev/rte_compressdev.h | 6 ++++- lib/librte_fib/rte_fib.h | 7 ++++++ lib/librte_fib/rte_fib6.h | 7 ++++++ lib/librte_flow_classify/rte_flow_classify.h | 6 +++-- lib/librte_ipsec/rte_ipsec.h | 6 ++++- lib/librte_rcu/rte_rcu_qsbr.h | 7 +++++- lib/librte_rib/rte_rib.h | 7 ++++++ lib/librte_rib/rte_rib6.h | 7 ++++++ lib/librte_stack/rte_stack.h | 7 ++++-- lib/librte_telemetry/rte_telemetry.h | 10 +++++--- lib/meson.build | 16 +----------- mk/rte.lib.mk | 5 ---- 30 files changed, 121 insertions(+), 114 deletions(-) -- 2.23.0