Petri (Nokia - FI/Espoo)
Sent: Tuesday, November 03, 2015 10:56 AM
To: EXT Bala Manoharan
Cc: LNG ODP Mailman List
Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added
implementation name str
This patch introduces odp_version_impl_name(), which is used to
identify platform e.g.
if (s
f
EXT Savolainen, Petri (Nokia - FI/Espoo)
Sent: Tuesday, November 03, 2015 10:56 AM
To: EXT Bala Manoharan
Cc: LNG ODP Mailman List
Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added
implementation name str
This patch introduces odp_version_impl_name(), which is used to
identify platform e.g
AM
> To: EXT Bala Manoharan
> Cc: LNG ODP Mailman List
> Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added
> implementation name str
>
> This patch introduces odp_version_impl_name(), which is used to
> identify platform e.g.
>
> if (strcmp(odp_version_imp
24 AM
> To: Savolainen, Petri (Nokia - FI/Espoo)
> Cc: LNG ODP Mailman List
> Subject: Re: [lng-odp] [API-NEXT PATCH 1/2] api: version: added
> implementation name str
>
> This method of identifying ODP version using API is useful for finding
> the implementation version while e
This method of identifying ODP version using API is useful for finding
the implementation version while executing the binary. IMO we need to
additionally define a method to identify the version of the compiled
binary statically.
We can add a "#define Version " inside the
implementation file so tha
Refined version API documentation and added implementation
name string that can be used to identify the underlying
implementation at run time.
Signed-off-by: Petri Savolainen
---
include/odp/api/version.h | 47 ++-
1 file changed, 38 insertions(+), 9 d