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 <roret...@linux.microsoft.com> > --- Good change. This should have been done when the code was added originally.
Acked-by: Bruce Richardson <bruce.richard...@intel.com>