This could help the existing configuration methods to be used if the application prefers that. The platform_params should always supersede that though.
Signed-off-by: Zoltan Kiss <[email protected]> diff --git a/include/odp/api/init.h b/include/odp/api/init.h index 737ff6d..24f4f3a 100644 --- a/include/odp/api/init.h +++ b/include/odp/api/init.h @@ -141,6 +141,9 @@ typedef struct odp_platform_init_t { * * This function must be called once before calling any other ODP API * functions. + * The underlying implementation may have another way to get configuration + * related to platform_params (e.g. environmental variable, configuration + * file), but if the application passes it, it should always supersede. * * @param params Those parameters that are interpreted by the ODP API. * Use NULL to set all parameters to their defaults. _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
