Re: [lng-odp] [API-NEXT PATCHv4 1/5] drv: adding driver registration interface (stub)

2016-12-18 Thread Yi He
Hi, Chistophe, When I'm trying to apply your patchset on the most recent api-next branch, on the [3/5] patch it pops, I understand it needs to install libconfig-dev, but the below problem seems need a rebase? yihe01@A010291:~/workspace/odp-linux$ git am ~/Downloads/API-NEXT-PATCHv4-3-5-linux-gen-

Re: [lng-odp] [API-NEXT PATCHv4 1/5] drv: adding driver registration interface (stub)

2016-12-18 Thread Christophe Milard
On 19 December 2016 at 07:04, Yi He wrote: > Hi, Christophe > > For [1/5] and [2/5], are these typo of odrdrv_? > Yes. typos. will fix > For [3/5] I failed to apply to the api-next, may need rebase. > The overall approach and code looks ok for me and once you update I'll > apply and test. > T

Re: [lng-odp] [API-NEXT PATCHv4 1/5] drv: adding driver registration interface (stub)

2016-12-18 Thread Yi He
Hi, Christophe For [1/5] and [2/5], are these typo of odrdrv_? For [3/5] I failed to apply to the api-next, may need rebase. The overall approach and code looks ok for me and once you update I'll apply and test. Best Regards, Yi On 8 December 2016 at 17:20, Christophe Milard wrote: > The enume

[lng-odp] [API-NEXT PATCHv4 1/5] drv: adding driver registration interface (stub)

2016-12-08 Thread Christophe Milard
The enumerator class, enumerator instance, devio and driver registration functions prototypes (and a draft of their parameters) are defined, the goal being to define the registration framework only. Signed-off-by: Christophe Milard --- include/odp/drv/spec/driver.h | 299