mbox series

[v2,0/3] Experimental/internal libraries cleanup

Message ID 20200625072112.22351-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Experimental/internal libraries cleanup |

Message

David Marchand June 25, 2020, 7:21 a.m. UTC
  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,