On 09/04/2014 09:59 PM, Bill Fischofer wrote:
Interesting point about ODP helper routines being used to help construct
odp_global_init() parameters.  Are we saying that what makes a helper a
helper (from an application standpoint) is that it is a routine that can
be called before odp_global_init() since it is a stand-alone function
that operates independently from the rest of the ODP framework?

That might be a good distinction and I'll make a note of it in the API
Design Guidelines doc.

We actually have two groups of helpers:
- one that is ODP-independent and can be used before ODP init.
- another one that uses ODP API and must be used after ODP init.

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to