[PATCH 2/3] build: determine execution environment at config time

Bruce Richardson bruce.richardson at intel.com
Thu Jan 26 11:09:10 CET 2023


On Wed, Jan 25, 2023 at 11:25:06AM -0800, Tyler Retzlaff wrote:
> Move execution environment determination and definitions to config. The
> RTE_EXEC_ENV macros are actually used by libraries built before EAL.
> 
> Currently it does not matter that this is determined in lib/eal since
> the definitions are consumed before anything is built including libs
> built before lib/eal. By moving this logic to config it allows kvargs
> and telemetry to be built without EAL.
> 
> No functional change intended.
> 
> Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
> ---
Good change. This should have been done when the code was added originally.

Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list