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 5295BA0350; Fri, 26 Jun 2020 10:16:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 997EC1B13C; Fri, 26 Jun 2020 10:16:50 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id BC28FF04 for ; Fri, 26 Jun 2020 10:16:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593159409; 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=AZoBYfNNLAIwZfTbK1sCQ8LVs+B1Rc4HQcNPBHsGT/Y=; b=Zl+ng6pZ5cIpZli1kpqJA5mIzt8dy+8ErvA/899k8fmY8yS5AaeSjrylGc7vCiF47G04AO t3FVKugjHKXa8IuonGQyymtkCDojAeNwqoXOdWJKHyM9ir++HRnb7dbVnaM72TR/I/PfuZ +NFeuQZGouleB/tffRaWfwB4GcmqmuI= 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-33-QHx9xjUENt6AHLAclrMkqA-1; Fri, 26 Jun 2020 04:16:47 -0400 X-MC-Unique: QHx9xjUENt6AHLAclrMkqA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DB66D107ACCA; Fri, 26 Jun 2020 08:16:45 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id 224E75D9D3; Fri, 26 Jun 2020 08:16:42 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, honnappa.nagarahalli@arm.com, techboard@dpdk.org Date: Fri, 26 Jun 2020 10:16:35 +0200 Message-Id: <20200626081638.29890-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.14 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 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" 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 buildtools/meson.build | 3 -- config/meson.build | 16 ++++------ devtools/check-abi.sh | 5 ---- devtools/libabigail.abignore | 29 +++++++++++++++++-- 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_graph/rte_graph.h | 3 +- lib/librte_graph/rte_graph_worker.h | 3 +- lib/librte_ipsec/rte_ipsec.h | 6 +++- lib/librte_node/rte_node_eth_api.h | 3 +- lib/librte_node/rte_node_ip4_api.h | 3 +- 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 ---- 34 files changed, 133 insertions(+), 118 deletions(-) -- 2.23.0