[dpdk-dev] [PATCH] build: remove compatibility build defines

Bruce Richardson bruce.richardson at intel.com
Wed Jan 20 11:11:12 CET 2021


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.richardson at 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.


More information about the dev mailing list