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 D815CA0093; Fri, 22 May 2020 08:59:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 603821D8FD; Fri, 22 May 2020 08:59:13 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 5CEDE1D8FB for ; Fri, 22 May 2020 08:59:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1590130750; 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; bh=QiFovdiyvzAYS+dqwjxNhrwCVRmsV8RasXd9NtiHyIo=; b=Ji0MTSrYitY120y9HJhb2+e7kLHrO9JKLzMR0pRy6c6EvAJmDiwGFCYHTmjTUEzf6+xJdr i7bp1mbu/CbLyflSGL8dZK4SREmzrKMMg2Z+2mBEJhG1vLvFgKoI42lUOz5X/IEu4n8LSp hXajVKlXq4+9SVmK+g/p/z2BYgDWFRg= 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-229-zXuOHDHVNl2IMOdwZnN_FA-1; Fri, 22 May 2020 02:59:09 -0400 X-MC-Unique: zXuOHDHVNl2IMOdwZnN_FA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0767280058A; Fri, 22 May 2020 06:59:08 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.247]) by smtp.corp.redhat.com (Postfix) with ESMTP id C390A707C0; Fri, 22 May 2020 06:59:06 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, techboard@dpdk.org Date: Fri, 22 May 2020 08:58:52 +0200 Message-Id: <20200522065855.31056-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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 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 last 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). I won't touch this for 20.05 but their fate will have to be discussed. -- 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 | 26 +++++++++++++++++-- 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 | 13 +--------- 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 | 13 +--------- mk/rte.lib.mk | 5 ---- 28 files changed, 116 insertions(+), 98 deletions(-) -- 2.23.0