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