Re: [lng-odp] driver probe time...

2017-02-10 Thread Bill Fischofer
The purpose of odp_init_global() and odp_init_local() (as well as the corresponding global and local term routines) is to provide a conceptual "bracket" around application use of ODP APIs and services. The ODP spec itself does not say what goes on in these APIs--that is up to each implementation.

[lng-odp] driver probe time...

2017-02-10 Thread Christophe Milard
Hi, I am facing a issue: When should driver elements (enumerators-classes, enumerators, drivers) be probed at startup: My initial idea was to perform probing at init global time, so that a starting app would have a chance to see the present interfaces at startup: This turns out to be a problem as