Re: [dpdk-dev] [PATCH 1/3] cryptodev: add new APIs to assist PMD initialisation

2017-10-24 Thread Gaƫtan Rivet
On Tue, Oct 24, 2017 at 04:09:19PM +0200, Tomasz Duszynski wrote: > Hi Declan, > > Some comments inline. > > On Fri, Oct 20, 2017 at 10:21:11PM +0100, Declan Doherty wrote: > > Adds new PMD assist functions which are bus independent for driver to > > create and destroy new device instances. > > >

Re: [dpdk-dev] [PATCH 1/3] cryptodev: add new APIs to assist PMD initialisation

2017-10-24 Thread Tomasz Duszynski
Hi Declan, Some comments inline. On Fri, Oct 20, 2017 at 10:21:11PM +0100, Declan Doherty wrote: > Adds new PMD assist functions which are bus independent for driver to > create and destroy new device instances. > > Also includes function to parse parameters which can be passed to > driver on dev

Re: [dpdk-dev] [PATCH 1/3] cryptodev: add new APIs to assist PMD initialisation

2017-10-24 Thread De Lara Guarch, Pablo
Hi Declan, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, October 20, 2017 10:21 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 1/3] cryptodev: add new APIs to assist PMD > initial

[dpdk-dev] [PATCH 1/3] cryptodev: add new APIs to assist PMD initialisation

2017-10-20 Thread Declan Doherty
Adds new PMD assist functions which are bus independent for driver to create and destroy new device instances. Also includes function to parse parameters which can be passed to driver on device initialisation. Signed-off-by: Declan Doherty --- lib/librte_cryptodev/rte_cryptodev.h |