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 <bruce.richard...@intel.com>