Re: [lng-odp] drv API issue

2017-02-07 Thread Forrest Shi
Hi Christophe, Another issue may relate to driver interface. As you know, there is some soc level initialization specific to some platform before the network driver works. Where do you expect this kind of initialization? at the odp_init or driver_init? For dpaa2, the thread is also needed before

[lng-odp] drv API issue

2017-02-06 Thread Christophe Milard
Hi, I am trying to implement to API we agreed on, and I am facing a small issue which is preceeding larger problems, I am afraid: The small issue is: We defined: odpdrv_enumr_t odpdrv_enumr_register(odpdrv_enumr_param_t *param); to register a enumerator and : odpdrv_device_t