On Wed, Jan 20, 2021 at 01:44:47AM +0100, Thomas Monjalon wrote:
> 09/12/2020 18:14, Bruce Richardson:
> > As announced in the deprecation note, remove all compatibility build
> > defines from previous make/meson versions and use only the standardized
> > ones - RTE_LIB_<name> for libraries, and RTE_<CLASS>_<NAME> for drivers.
> >
> > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
>
> Applied with a note in the API release notes:
>
> * config: Removed the old macros, included in ``rte_config.h``,
> to indicate which DPDK libraries and drivers are built.
> The new macros are generated by meson in a standardized format:
> ``RTE_LIB_<NAME>`` and ``RTE_<CLASS>_<NAME>``, where ``NAME`` is
> the upper-case component name, e.g. ``EAL``, ``ETHDEV``, ``VIRTIO``,
> and ``CLASS`` is the upper-case driver class, e.g. ``NET``, ``CRYPTO``.
>
Thanks, Thomas.